add zdd message bundle (#1502)

This commit is contained in:
Smaine Milianni
2023-04-26 19:53:26 +02:00
committed by GitHub
parent 2a039515ea
commit 8ea1e7e6d6
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,7 @@
# https://github.com/Yousign/zdd-message-bundle
zdd_message:
# The service that will configure the messages to assert, it should implement MessageConfiguratorInterface.
configurator: null # replace with the service id that configure the messages to assert.
# The directory where the serialized messages will be stored (default: '%kernel.logs_dir%')
# serialized_messages_dir: 'var/serialized_messages'
@@ -0,0 +1,8 @@
{
"bundles": {
"Yousign\\ZddMessageBundle\\ZddMessageBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}