We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1d2fe commit 6e56c37Copy full SHA for 6e56c37
1 file changed
frontend/src/modules/scaffold/backboneFormsOverrides.js
@@ -116,7 +116,7 @@ define([
116
enterMode: CKEDITOR[Origin.constants.ckEditorEnterMode],
117
entities: false,
118
htmlSupport: {
119
- // Convert all allow/disallow values to regexp, as config is json only
+ // Convert all allow/disallow strings to regexp, as config is json only
120
allow: convertStringsToRegExDeep((Origin.constants.ckEditorHtmlSupport && Origin.constants.ckEditorHtmlSupport.allow) || []),
121
disallow: convertStringsToRegExDeep((Origin.constants.ckEditorHtmlSupport && Origin.constants.ckEditorHtmlSupport.disallow) || [])
122
},
0 commit comments