mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"magenable/sylius-top-bar-notification-plugin": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Magenable\\SyliusTopBarNotificationPlugin\\MagenableSyliusTopBarNotificationPlugin": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/magenable_top_bar_notification.yaml": {
|
|
"contents": [
|
|
"imports:",
|
|
" - { resource: \"@MagenableSyliusTopBarNotificationPlugin/config/config.yaml\" }",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/magenable_top_bar_notification.yaml": {
|
|
"contents": [
|
|
"magenable_sylius_top_bar_notification_plugin:",
|
|
" resource: \"@MagenableSyliusTopBarNotificationPlugin/config/routes/admin.yml\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "09d7324b5bbe9ae27e7616be98890bde53d9e683"
|
|
}
|
|
}
|
|
}
|