Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1051891
D235.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jul 4, 6:01 AM
Size
802 B
Mime Type
text/x-diff
Expires
Sat, Jul 5, 6:01 AM (39 m, 4 s)
Engine
blob
Format
Raw Data
Handle
679391
Attached To
D235: INP-1555 - Disable "Advanced Content Filtering" in CKEditor
D235.diff
View Options
Index: branches/5.2.x/admin/system_presets/simple/inp_ckconfig.js
===================================================================
--- branches/5.2.x/admin/system_presets/simple/inp_ckconfig.js
+++ branches/5.2.x/admin/system_presets/simple/inp_ckconfig.js
@@ -129,3 +129,4 @@
// add ability to browse for documents
//CKEDITOR.config.documentsBrowser = true ;
+CKEDITOR.config.allowedContent = true;
Index: branches/5.2.x/core/admin_templates/js/inp_ckconfig.js
===================================================================
--- branches/5.2.x/core/admin_templates/js/inp_ckconfig.js
+++ branches/5.2.x/core/admin_templates/js/inp_ckconfig.js
@@ -129,3 +129,4 @@
// add ability to browse for documents
//CKEDITOR.config.documentsBrowser = true ;
+CKEDITOR.config.allowedContent = true;
Event Timeline
Log In to Comment