diff --git a/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml b/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml deleted file mode 100644 index baacd03d..00000000 --- a/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml +++ /dev/null @@ -1,18 +0,0 @@ -hillrange_ck_editor: - default_config: normal - configs: - normal: - 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'] - uiColor: "ddcccc" - simple_toolbar: - toolbar: - - ['Bold', 'Italic', 'Strike', 'Link'] - - ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent'] - - ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo'] - - ['Source'] diff --git a/hillrange/ckeditor/0.1/manifest.json b/hillrange/ckeditor/0.1/manifest.json deleted file mode 100644 index 1fb4a549..00000000 --- a/hillrange/ckeditor/0.1/manifest.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "bundles": { - "Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, - "composer-scripts": { - "ckeditor:install --clear=drop": "symfony-cmd" - } -} diff --git a/hillrange/ckeditor/1.0/config/packages/hillrange_ck_editor.yaml b/hillrange/ckeditor/1.0/config/packages/hillrange_ck_editor.yaml deleted file mode 100644 index 906c6c23..00000000 --- a/hillrange/ckeditor/1.0/config/packages/hillrange_ck_editor.yaml +++ /dev/null @@ -1,18 +0,0 @@ -hillrange_ck_editor: - default_config: normal - configs: - normal: - 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','Smiley','TextColor','BGColor','Source'] - uiColor: "ddcccc" - simple_toolbar: - toolbar: - - ['Bold', 'Italic', 'Strike', 'Link'] - - ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent'] - - ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo'] - - ['Source'] diff --git a/hillrange/ckeditor/1.0/manifest.json b/hillrange/ckeditor/1.0/manifest.json deleted file mode 100644 index 4c6cb6bc..00000000 --- a/hillrange/ckeditor/1.0/manifest.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "bundles": { - "Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, - "composer-scripts": { - "ckeditor:install --clear=skip": "symfony-cmd" - } -}