From 6a0aa557f75aecdde06b7cfde1371666118b37a4 Mon Sep 17 00:00:00 2001 From: Aleksandr <34573954+alek-s-andr@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:51:15 +0700 Subject: [PATCH] Add recipe for magenable/sylius-top-bar-notification-plugin (#1750) --- .../config/packages/magenable_top_bar_notification.yaml | 2 ++ .../1.0/config/routes/magenable_top_bar_notification.yaml | 2 ++ .../sylius-top-bar-notification-plugin/1.0/manifest.json | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 100644 magenable/sylius-top-bar-notification-plugin/1.0/config/packages/magenable_top_bar_notification.yaml create mode 100644 magenable/sylius-top-bar-notification-plugin/1.0/config/routes/magenable_top_bar_notification.yaml create mode 100644 magenable/sylius-top-bar-notification-plugin/1.0/manifest.json diff --git a/magenable/sylius-top-bar-notification-plugin/1.0/config/packages/magenable_top_bar_notification.yaml b/magenable/sylius-top-bar-notification-plugin/1.0/config/packages/magenable_top_bar_notification.yaml new file mode 100644 index 00000000..a520d5de --- /dev/null +++ b/magenable/sylius-top-bar-notification-plugin/1.0/config/packages/magenable_top_bar_notification.yaml @@ -0,0 +1,2 @@ +imports: + - { resource: "@MagenableSyliusTopBarNotificationPlugin/config/config.yaml" } diff --git a/magenable/sylius-top-bar-notification-plugin/1.0/config/routes/magenable_top_bar_notification.yaml b/magenable/sylius-top-bar-notification-plugin/1.0/config/routes/magenable_top_bar_notification.yaml new file mode 100644 index 00000000..fe7b55f5 --- /dev/null +++ b/magenable/sylius-top-bar-notification-plugin/1.0/config/routes/magenable_top_bar_notification.yaml @@ -0,0 +1,2 @@ +magenable_sylius_top_bar_notification_plugin: + resource: "@MagenableSyliusTopBarNotificationPlugin/config/routes/admin.yml" diff --git a/magenable/sylius-top-bar-notification-plugin/1.0/manifest.json b/magenable/sylius-top-bar-notification-plugin/1.0/manifest.json new file mode 100644 index 00000000..236f93b7 --- /dev/null +++ b/magenable/sylius-top-bar-notification-plugin/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Magenable\\SyliusTopBarNotificationPlugin\\MagenableSyliusTopBarNotificationPlugin": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}