From 31ec9c7b22cab80844d96ccbda4ebaafe75c62ef Mon Sep 17 00:00:00 2001 From: jmsche Date: Sat, 19 Feb 2022 11:44:17 +0100 Subject: [PATCH] Add Leapt FroalaEditor bundle (#1302) --- .../1.0/config/packages/leapt_froala_editor.yaml | 6 ++++++ .../1.0/config/routes/leapt_froala_editor.yaml | 3 +++ leapt/froala-editor-bundle/1.0/manifest.json | 8 ++++++++ 3 files changed, 17 insertions(+) create mode 100644 leapt/froala-editor-bundle/1.0/config/packages/leapt_froala_editor.yaml create mode 100644 leapt/froala-editor-bundle/1.0/config/routes/leapt_froala_editor.yaml create mode 100644 leapt/froala-editor-bundle/1.0/manifest.json 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%/" + } +}