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
When the InputfieldCKEditor module config field for "Extra Allowed Content" is empty, the module includes this as an empty string in the inline Javascript configuration for the field.
This prevents or overrides any extraAllowedContent option that might be defined for the field in config.js
CKEDITOR.editorConfig=function(config){// Define changes to default configuration here. For example:config.extraAllowedContent='p(tip)';};
Suggestion for a possible fix
Somewhere in InputfieldCKEditor::renderReady before the $settings array is passed to $config->js...