From 22838532ed7295a4f74eeeb1e7fa6d0587e63a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Grie=C3=9Fer?= Date: Mon, 23 Oct 2023 10:30:22 +0200 Subject: [PATCH] Add modal-bundle recipe --- bauer-kirch/modal-bundle/0.1/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bauer-kirch/modal-bundle/0.1/manifest.json diff --git a/bauer-kirch/modal-bundle/0.1/manifest.json b/bauer-kirch/modal-bundle/0.1/manifest.json new file mode 100644 index 0000000..3e4a655 --- /dev/null +++ b/bauer-kirch/modal-bundle/0.1/manifest.json @@ -0,0 +1,5 @@ +{ + "bundles": { + "BK\\EAP\\ModalBundle\\BkModalBundle": ["all"] + } +}