diff --git a/egeloen/ckeditor-bundle/5.0/etc/packages/ivory_ck_editor.yaml b/egeloen/ckeditor-bundle/5.0/etc/packages/ivory_ck_editor.yaml new file mode 100644 index 00000000..5f5472db --- /dev/null +++ b/egeloen/ckeditor-bundle/5.0/etc/packages/ivory_ck_editor.yaml @@ -0,0 +1,9 @@ +ivory_ck_editor: + default_config: simple_toolbar + configs: + simple_toolbar: + toolbar: + - ['Bold', 'Italic', 'Strike', 'Link'] + - ['BulletedList', 'NumberedList', '-', 'Outdent', 'Indent'] + - ['Copy', 'Paste', 'PasteFromWord', '-', 'Undo', 'Redo'] + - ['Source'] diff --git a/egeloen/ckeditor-bundle/5.0/manifest.json b/egeloen/ckeditor-bundle/5.0/manifest.json new file mode 100644 index 00000000..c48c4bcb --- /dev/null +++ b/egeloen/ckeditor-bundle/5.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Ivory\\CKEditorBundle\\IvoryCKEditorBundle": ["all"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/" + } +}