From dbb379ccea502f905a5745a67e63edf58913c9f6 Mon Sep 17 00:00:00 2001 From: kunicmarko20 Date: Tue, 11 Sep 2018 13:34:21 +0200 Subject: [PATCH] Add recipe for FOSCKEditor --- .../ckeditor-bundle/2.0/config/packages/fos_ckeditor.yaml | 5 +++++ friendsofsymfony/ckeditor-bundle/2.0/manifest.json | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 friendsofsymfony/ckeditor-bundle/2.0/config/packages/fos_ckeditor.yaml create mode 100644 friendsofsymfony/ckeditor-bundle/2.0/manifest.json 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%/" + } +}