Closed (fixed)
Project:
Starshot Demo Design System
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2025 at 07:24 UTC
Updated:
15 Jul 2025 at 01:52 UTC
Jump to comment: Most recent

Comments
Comment #3
kristen polI see this is the correct information in the yml as noted here:
https://www.drupal.org/project/experience_builder/issues/3519135#comment...
I don't understand the
striptagsthough... you are stripping out all the links and bold and such? Doesn't this defeat the purpose of the CKEditor area? Or maybe I haven't had enough caffeine yetComment #4
kristen polOh... haha:
https://twig.symfony.com/doc/3.x/filters/striptags.html
You can also provide tags which should not be stripped:
{{ some_html|striptags('<br><p>') }}That is not obvious DX :D
Okay... then this seems fine. I'll merge
Comment #5
kristen polThe
starshot-paragraphcomponent is another good one where this could be addedComment #6
kristen polFollow-up:
#3535609: Make SDDS paragraph field support limited HTML to demonstrate CKEditor
Comment #7
kristen polclosing