Add recipe for FOSCKEditor

This commit is contained in:
kunicmarko20
2018-09-11 13:36:50 +02:00
parent c2a656d8e7
commit dbb379ccea
2 changed files with 13 additions and 0 deletions
@@ -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'
@@ -0,0 +1,8 @@
{
"bundles": {
"FOS\\CKEditorBundle\\FOSCKEditorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}