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 76a08620..c7180440 100644 --- a/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml +++ b/hillrange/ckeditor/0.1/config/packages/hillrange_ck_editor.yaml @@ -2,16 +2,20 @@ hillrange_ck_editor: default_config: hillrange 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'] - ] + 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'] twig: paths: - '%kernel.project_dir%/templates/bundles/HillrangeCKEditor': HillrangeCKEditor '%kernel.project_dir%/vendor/hillrange/ckeditor/Resources/views': HillrangeCKEditor