Remove CKEditor Recipe

This commit is contained in:
craigray
2018-05-07 19:14:20 +10:00
parent 5d145e1300
commit dd0ffae5e2
4 changed files with 0 additions and 58 deletions
@@ -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']
-11
View File
@@ -1,11 +0,0 @@
{
"bundles": {
"Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"ckeditor:install --clear=drop": "symfony-cmd"
}
}
@@ -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']
-11
View File
@@ -1,11 +0,0 @@
{
"bundles": {
"Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"ckeditor:install --clear=skip": "symfony-cmd"
}
}