The '#type' => 'help' element is a nice utility for displaying help text wrapped in <p>...</p> tags and it's widely used in core. It would be nice if it supported the #attributes property, so that, for example, one could easily add classes to the <div> wrapper. (And then, for consistency, theme_more_help_link() should also support #attributes.) It would be relatively easy to add, and since it's never been supported before, seems unlikely to break anything by its addition. What do people think?
GitHub Issue #:
6007
Recent comments
Yes, you can use TinyMCE on some content and CKEditor5 in others. There is no problem having both enabled on a system.
Specific tags to work in CKEditor 5
Thank you both for your suggestions. Yeah, I'll give TinyMCE a try... better than trying to fight that behemoth CKEditor 5. The TinyMCE page says it can "co-exist with CKEditor" which is...
Specific tags to work in CKEditor 5
The specific tags I need are "<ruby>" and "<rt>" Wow, yeah, that's a pain with CKEditor5. A custom plugin, for sure, but no clue, what the code has to look like...
Specific tags to work in CKEditor 5