core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php b/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php index 7d31132..fe022c0 100644 --- a/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php +++ b/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php @@ -188,7 +188,7 @@ public function settingsForm(array $form, array &$form_state, EditorEntity $edit // Build a fake Editor object, which we'll use to generate JavaScript // settings for this fake Editor instance. $fake_editor = entity_create('editor', array( - 'format' => '', + 'format' => $editor->id(), 'editor' => 'ckeditor', 'settings' => array( // Single toolbar row that contains all existing buttons.