diff --git a/friendsofsymfony/ckeditor-bundle/2.0/config/packages/fos_ckeditor.yaml b/friendsofsymfony/ckeditor-bundle/2.0/config/packages/fos_ckeditor.yaml new file mode 100644 index 00000000..ced8b0b0 --- /dev/null +++ b/friendsofsymfony/ckeditor-bundle/2.0/config/packages/fos_ckeditor.yaml @@ -0,0 +1,5 @@ +# Read the documentation: https://symfony.com/doc/current/bundles/FOSCKEditorBundle/index.html + +twig: + form_themes: + - '@FOSCKEditor/Form/ckeditor_widget.html.twig' diff --git a/friendsofsymfony/ckeditor-bundle/2.0/manifest.json b/friendsofsymfony/ckeditor-bundle/2.0/manifest.json new file mode 100644 index 00000000..f1b7751e --- /dev/null +++ b/friendsofsymfony/ckeditor-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "FOS\\CKEditorBundle\\FOSCKEditorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}