leapt/froala-editor-bundle: import PHP routing instead of YAML (#1410)

This commit is contained in:
jmsche
2022-06-02 11:01:21 +02:00
committed by GitHub
parent 9c6582a82b
commit af5a882440
3 changed files with 17 additions and 0 deletions
@@ -0,0 +1,6 @@
twig:
form_themes:
- '@LeaptFroalaEditor/Form/froala_widget.html.twig'
leapt_froala_editor:
language: en
@@ -0,0 +1,3 @@
leapt_froala_editor:
resource: '@LeaptFroalaEditorBundle/Resources/config/routing.php'
prefix: /froala-editor
@@ -0,0 +1,8 @@
{
"bundles": {
"Leapt\\FroalaEditorBundle\\LeaptFroalaEditorBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}