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