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
Because CKEditor strips out custom attributes, tags, and classes by default, I'm currently using the below code on each CKEditor config to disable that behavior as discussed here.
We have several fields that need to support custom code that is outside the realm of basic rich text markup ie <p><h2><li>. Is there support for a global configuration /config/ckeditor to pass through custom settings that apply to all site instances of CKEditor fields? It's a hassle to set and maintain each config separately in instances where we want all fields to inherit the same settings.
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
-
Because CKEditor strips out custom attributes, tags, and classes by default, I'm currently using the below code on each CKEditor config to disable that behavior as discussed here.
We have several fields that need to support custom code that is outside the realm of basic rich text markup ie
<p>
<h2>
<li>
. Is there support for a global configuration/config/ckeditor
to pass through custom settings that apply to all site instances of CKEditor fields? It's a hassle to set and maintain each config separately in instances where we want all fields to inherit the same settings.Beta Was this translation helpful? Give feedback.
All reactions