You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for CKEditor’s Inline Root editor mode to allow configuring a CKEditor field to restrict itself to inline-only editing options (like Bold, Italic, Link) and disable all block-level operations (paras, lists, headings, etc)
Useful for instances when authors need control over the phrasing content of titles, labels, and headings that are currently captured as plain text fields.
(This should be possible simply by upgrading the bundled CKEditor to >= v48.1.0.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Add support for CKEditor’s Inline Root editor mode to allow configuring a CKEditor field to restrict itself to inline-only editing options (like Bold, Italic, Link) and disable all block-level operations (paras, lists, headings, etc)
Useful for instances when authors need control over the phrasing content of titles, labels, and headings that are currently captured as plain text fields.
(This should be possible simply by upgrading the bundled CKEditor to
>= v48.1.0.)All reactions