diff --git a/leapt/froala-editor-bundle/1.0/config/packages/leapt_froala_editor.yaml b/leapt/froala-editor-bundle/1.0/config/packages/leapt_froala_editor.yaml new file mode 100644 index 00000000..aaab4838 --- /dev/null +++ b/leapt/froala-editor-bundle/1.0/config/packages/leapt_froala_editor.yaml @@ -0,0 +1,6 @@ +twig: + form_themes: + - '@LeaptFroalaEditor/Form/froala_widget.html.twig' + +leapt_froala_editor: + language: en diff --git a/leapt/froala-editor-bundle/1.0/config/routes/leapt_froala_editor.yaml b/leapt/froala-editor-bundle/1.0/config/routes/leapt_froala_editor.yaml new file mode 100644 index 00000000..ade154cb --- /dev/null +++ b/leapt/froala-editor-bundle/1.0/config/routes/leapt_froala_editor.yaml @@ -0,0 +1,3 @@ +leapt_froala_editor: + resource: '@LeaptFroalaEditorBundle/Resources/config/routing.yml' + prefix: /froala-editor diff --git a/leapt/froala-editor-bundle/1.0/manifest.json b/leapt/froala-editor-bundle/1.0/manifest.json new file mode 100644 index 00000000..5b2c1b1d --- /dev/null +++ b/leapt/froala-editor-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Leapt\\FroalaEditorBundle\\LeaptFroalaEditorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}