Files
symfony-flex-recipes/symfony.notifier.5.0.json
T
github-action[bot]andgithub-action[bot] cbca0dd9d6 Update Flex endpoint
2023-06-21 12:38:03 +00:00

33 lines
1.2 KiB
JSON

{
"manifests": {
"symfony/notifier": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/notifier.yaml": {
"contents": [
"framework:",
" notifier:",
" chatter_transports:",
" texter_transports:",
" channel_policy:",
" # use chat/slack, chat/telegram, sms/twilio or sms/nexmo",
" urgent: ['email']",
" high: ['email']",
" medium: ['email']",
" low: ['email']",
" admin_recipients:",
" - { email: admin@example.com }",
""
],
"executable": false
}
},
"ref": "178877daf79d2dbd62129dd03612cb1a2cb407cc"
}
}
}