From fb1a887a3fb3c6d357f5a568594dec94f1cf96b2 Mon Sep 17 00:00:00 2001 From: craigray Date: Wed, 7 Feb 2018 10:31:43 +1100 Subject: [PATCH] Hill Range CKEditor File Repair --- .../config/packages/hillrange_ck_editor.yaml | 17 +++++++++-------- hillrange/ckeditor/0.1/manifest.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml b/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml index 14bb2450..249da8fa 100644 --- a/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml +++ b/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml @@ -3,15 +3,16 @@ hillrange_ck_editor: configs: hillrange: toolbar: [ - ['Styles','Format','Font','FontSize'], - '/', - ['Bold','Italic','Underline','StrikeThrough','-','Undo','Redo','-','Cut','Copy','Paste','PasteText','Find','Replace','-','Outdent','Indent','-','Print','-','Maximize'], - '/', - ['NumberedList','BulletedList','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], - ['Image','Table','-','Link','Flash','Smiley','TextColor','BGColor','Source'] - ] + ['Styles','Format','Font','FontSize'], + '/', + ['Bold','Italic','Underline','StrikeThrough','-','Undo','Redo','-','Cut','Copy','Paste','PasteText','Find','Replace','-','Outdent','Indent','-','Print','-','Maximize'], + '/', + ['NumberedList','BulletedList','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], + ['Image','Table','-','Link','Flash','Smiley','TextColor','BGColor','Source'] + ] uiColor: "ddcccc" twig: paths: '%kernel.project_dir%/templates/bundles/HillrangeCKEditor': HillrangeCKEditor - '%kernel.project_dir%/vendor/hillrange/ckeditor/Resources/views': HillrangeCKEditor \ No newline at end of file + '%kernel.project_dir%/vendor/hillrange/ckeditor/Resources/views': HillrangeCKEditor + \ No newline at end of file diff --git a/hillrange/ckeditor/0.1/manifest.json b/hillrange/ckeditor/0.1/manifest.json index b09092b4..d268220a 100644 --- a/hillrange/ckeditor/0.1/manifest.json +++ b/hillrange/ckeditor/0.1/manifest.json @@ -1,5 +1,5 @@ { - "bundles": + "bundles": { "Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"] }, "copy-from-recipe": {