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%/" + } +}