From 1bb6745c9c92c5ad063a7d58cd9ad7f8ae157f92 Mon Sep 17 00:00:00 2001 From: Tin Benjamin Matuka Date: Wed, 15 Apr 2020 20:13:52 +0200 Subject: [PATCH] Add recipe for tbmatuka/editorjs-bundle --- .../editorjs-bundle/0.1/config/packages/editorjs.yaml | 3 +++ tbmatuka/editorjs-bundle/0.1/manifest.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 tbmatuka/editorjs-bundle/0.1/config/packages/editorjs.yaml create mode 100644 tbmatuka/editorjs-bundle/0.1/manifest.json diff --git a/tbmatuka/editorjs-bundle/0.1/config/packages/editorjs.yaml b/tbmatuka/editorjs-bundle/0.1/config/packages/editorjs.yaml new file mode 100644 index 00000000..89d4c6a9 --- /dev/null +++ b/tbmatuka/editorjs-bundle/0.1/config/packages/editorjs.yaml @@ -0,0 +1,3 @@ +twig: + form_themes: + - '@TbmatukaEditorjs/Form/editorjs_widget.html.twig' diff --git a/tbmatuka/editorjs-bundle/0.1/manifest.json b/tbmatuka/editorjs-bundle/0.1/manifest.json new file mode 100644 index 00000000..e0408f15 --- /dev/null +++ b/tbmatuka/editorjs-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Tbmatuka\\EditorjsBundle\\TbmatukaEditorjsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}