Add Leapt FroalaEditor bundle (#1302)

This commit is contained in:
jmsche
2022-02-19 11:44:17 +01:00
committed by GitHub
parent 62ab2c13e0
commit 31ec9c7b22
3 changed files with 17 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,3 @@
leapt_froala_editor:
resource: '@LeaptFroalaEditorBundle/Resources/config/routing.yml'
prefix: /froala-editor

View File

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