Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1170025
D246.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, Sep 27, 12:05 AM
Size
500 B
Mime Type
text/x-diff
Expires
Sun, Sep 28, 12:05 AM (17 h, 38 m)
Engine
blob
Format
Raw Data
Handle
758135
Attached To
D246: INP-1582 - Disable "codemirror" CKEditor add-on during inline Content Block editing
D246.diff
View Options
Index: branches/5.2.x/core/units/helpers/fck_helper.php
===================================================================
--- branches/5.2.x/core/units/helpers/fck_helper.php
+++ branches/5.2.x/core/units/helpers/fck_helper.php
@@ -417,7 +417,7 @@
'blur' => 'function(ev) { $("body").trigger("InlineEditor.Blur", [ev]); }',
);
- return $editor->inline($editor_name, Array (), $events);
+ return $editor->inline($editor_name, array('removePlugins' => 'codemirror'), $events);
}
/**
Event Timeline
Log In to Comment