Added KMSFroalaEditorBundle recipe

This commit is contained in:
jmsche
2019-08-12 13:23:34 +02:00
parent f915f84077
commit c75d300afd
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
twig:
form_themes:
- '@KMSFroalaEditor/Form/froala_widget.html.twig'
kms_froala_editor:
language: en

View File

@@ -0,0 +1,3 @@
kms_froala_editor:
resource: "@KMSFroalaEditorBundle/Resources/config/routing.yml"
prefix: /froala-editor

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"KMS\\FroalaEditorBundle\\KMSFroalaEditorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}