Merge pull request #281

This commit is contained in:
symfony-flex-server[bot]
2018-02-26 06:47:57 +00:00
committed by GitHub
2 changed files with 29 additions and 0 deletions
@@ -0,0 +1,18 @@
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
@@ -0,0 +1,11 @@
{
"bundles": {
"Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"ckeditor:install": "symfony-cmd"
}
}