core/modules/editor/lib/Drupal/editor/Plugin/edit/editor/Editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/editor/lib/Drupal/editor/Plugin/edit/editor/Editor.php b/core/modules/editor/lib/Drupal/editor/Plugin/edit/editor/Editor.php index 30eedca..5aee9ef 100644 --- a/core/modules/editor/lib/Drupal/editor/Plugin/edit/editor/Editor.php +++ b/core/modules/editor/lib/Drupal/editor/Plugin/edit/editor/Editor.php @@ -92,7 +92,7 @@ public function getAttachments() { $attachments = $manager->getAttachments($formats); // Also include editor.module's Create.js PropertyEditor widget. - $attachments['library'][] = array('editor', 'edit.editor.editor'); + $attachments['library'][] = array('editor', 'edit.editor.wysiwyg'); return $attachments; }