diff --git a/sonata-project/notification-bundle/3.4/config/packages/sonata_notification.yaml b/sonata-project/notification-bundle/3.4/config/packages/sonata_notification.yaml new file mode 100644 index 00000000..fdaabbc9 --- /dev/null +++ b/sonata-project/notification-bundle/3.4/config/packages/sonata_notification.yaml @@ -0,0 +1,5 @@ +sonata_notification: + consumers: + register_default: false + admin: + enabled: false diff --git a/sonata-project/notification-bundle/3.4/manifest.json b/sonata-project/notification-bundle/3.4/manifest.json new file mode 100644 index 00000000..955d07b3 --- /dev/null +++ b/sonata-project/notification-bundle/3.4/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Sonata\\NotificationBundle\\SonataNotificationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}