Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F847897
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
Sat, Apr 19, 7:39 PM
Size
802 B
Mime Type
text/x-diff
Expires
Sun, Apr 20, 7:39 PM (54 m, 49 s)
Engine
blob
Format
Raw Data
Handle
602678
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