Hill Range CKEditor File Repair

This commit is contained in:
craigray
2018-02-07 10:31:43 +11:00
parent 552e32dabb
commit fb1a887a3f
2 changed files with 10 additions and 9 deletions
@@ -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
'%kernel.project_dir%/vendor/hillrange/ckeditor/Resources/views': HillrangeCKEditor
+1 -1
View File
@@ -1,5 +1,5 @@
{
"bundles":
"bundles": {
"Hillrange\\CKEditor\\HillrangeCKEditorBundle": ["all"]
},
"copy-from-recipe": {