Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-11-09 07:49:17 +00:00
parent 6bc2843c8e
commit 583509ceb5
2 changed files with 35 additions and 2 deletions
@@ -0,0 +1,33 @@
{
"manifests": {
"yousign/zdd-message-bundle": {
"manifest": {
"bundles": {
"Yousign\\ZddMessageBundle\\ZddMessageBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/zdd_message.yaml": {
"contents": [
"# https://github.com/Yousign/zdd-message-bundle",
"zdd_message:",
" # The directory where the serialized messages will be stored (default: '%kernel.project_dir%'/var/zdd-message)",
" # serialized_messages_dir: 'var/serialized_messages'",
" # log_untracked_messages:",
" # messenger:",
" # enable: true # false by default",
" # level: 'error' # warning by default",
""
],
"executable": false
}
},
"ref": "8468e2561a66ccc9805cccc2a41add01c32f211e"
}
}
}
+2 -2
View File
@@ -12,7 +12,7 @@
}
},
"files": {
"config/zdd_message.yaml": {
"config/packages/zdd_message.yaml": {
"contents": [
"# https://github.com/Yousign/zdd-message-bundle",
"zdd_message:",
@@ -27,7 +27,7 @@
"executable": false
}
},
"ref": "d90f82306091fc75f35c897e555c8d3f3cb50489"
"ref": "8468e2561a66ccc9805cccc2a41add01c32f211e"
}
}
}