From af5a8824409f75a29944d141b72408e0c2877919 Mon Sep 17 00:00:00 2001 From: jmsche Date: Thu, 2 Jun 2022 11:01:21 +0200 Subject: [PATCH] leapt/froala-editor-bundle: import PHP routing instead of YAML (#1410) --- .../1.2/config/packages/leapt_froala_editor.yaml | 6 ++++++ .../1.2/config/routes/leapt_froala_editor.yaml | 3 +++ leapt/froala-editor-bundle/1.2/manifest.json | 8 ++++++++ 3 files changed, 17 insertions(+) create mode 100644 leapt/froala-editor-bundle/1.2/config/packages/leapt_froala_editor.yaml create mode 100644 leapt/froala-editor-bundle/1.2/config/routes/leapt_froala_editor.yaml create mode 100644 leapt/froala-editor-bundle/1.2/manifest.json diff --git a/leapt/froala-editor-bundle/1.2/config/packages/leapt_froala_editor.yaml b/leapt/froala-editor-bundle/1.2/config/packages/leapt_froala_editor.yaml new file mode 100644 index 00000000..aaab4838 --- /dev/null +++ b/leapt/froala-editor-bundle/1.2/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.2/config/routes/leapt_froala_editor.yaml b/leapt/froala-editor-bundle/1.2/config/routes/leapt_froala_editor.yaml new file mode 100644 index 00000000..331f9bed --- /dev/null +++ b/leapt/froala-editor-bundle/1.2/config/routes/leapt_froala_editor.yaml @@ -0,0 +1,3 @@ +leapt_froala_editor: + resource: '@LeaptFroalaEditorBundle/Resources/config/routing.php' + prefix: /froala-editor diff --git a/leapt/froala-editor-bundle/1.2/manifest.json b/leapt/froala-editor-bundle/1.2/manifest.json new file mode 100644 index 00000000..5b2c1b1d --- /dev/null +++ b/leapt/froala-editor-bundle/1.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Leapt\\FroalaEditorBundle\\LeaptFroalaEditorBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}