Skip to content

Commit

Permalink
Removed plugin "stylesheetparser" from CKEditor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jepf committed Nov 13, 2023
1 parent 3e7e553 commit 86ffa8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/httpd/htdocs/js/Core.UI.RichTextEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Core.UI.RichTextEditor = (function (TargetNS) {

// set default editor config, but allow custom config for other types for editors
/*eslint-disable camelcase */
RemovedCKEditorPlugins = 'devtools,image,flash,mathjax,embed,exportpdf,sourcedialog,bbcode,divarea,elementspath';
RemovedCKEditorPlugins = 'devtools,image,flash,mathjax,embed,exportpdf,sourcedialog,bbcode,divarea,elementspath,stylesheetparser';
if (!CheckFormID($EditorArea).length) {
RemovedCKEditorPlugins += ',uploadimage';
}
Expand Down

0 comments on commit 86ffa8e

Please sign in to comment.