Skip to content

Commit 6a0aa55

Browse files
authored
Add recipe for magenable/sylius-top-bar-notification-plugin (#1750)
1 parent ee921b8 commit 6a0aa55

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
imports:
2+
- { resource: "@MagenableSyliusTopBarNotificationPlugin/config/config.yaml" }
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
magenable_sylius_top_bar_notification_plugin:
2+
resource: "@MagenableSyliusTopBarNotificationPlugin/config/routes/admin.yml"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Magenable\\SyliusTopBarNotificationPlugin\\MagenableSyliusTopBarNotificationPlugin": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)