diff --git a/kms/froala-editor-bundle/3.0/config/packages/kms_froala_editor.yaml b/kms/froala-editor-bundle/3.0/config/packages/kms_froala_editor.yaml new file mode 100644 index 00000000..9f76db27 --- /dev/null +++ b/kms/froala-editor-bundle/3.0/config/packages/kms_froala_editor.yaml @@ -0,0 +1,6 @@ +twig: + form_themes: + - '@KMSFroalaEditor/Form/froala_widget.html.twig' + +kms_froala_editor: + language: en diff --git a/kms/froala-editor-bundle/3.0/config/routes/kms_froala_editor.yaml b/kms/froala-editor-bundle/3.0/config/routes/kms_froala_editor.yaml new file mode 100644 index 00000000..762df52d --- /dev/null +++ b/kms/froala-editor-bundle/3.0/config/routes/kms_froala_editor.yaml @@ -0,0 +1,3 @@ +kms_froala_editor: + resource: "@KMSFroalaEditorBundle/Resources/config/routing.yml" + prefix: /froala-editor diff --git a/kms/froala-editor-bundle/3.0/manifest.json b/kms/froala-editor-bundle/3.0/manifest.json new file mode 100644 index 00000000..eed8f8b8 --- /dev/null +++ b/kms/froala-editor-bundle/3.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "KMS\\FroalaEditorBundle\\KMSFroalaEditorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}