mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
33 lines
1.2 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|