Files
symfony-flex-recipes-contrib/felds.quick-mailer-bundle.5.0.json
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

39 lines
1.4 KiB
JSON

{
"manifests": {
"felds/quick-mailer-bundle": {
"manifest": {
"bundles": {
"Felds\\QuickMailerBundle\\FeldsQuickMailerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/felds_quickmailer.yaml": {
"contents": [
"# For the full configuration, visit:",
"# https://github.com/felds/QuickMailerBundle",
"",
"felds_quickmailer:",
" # Sender info (required)",
" from: { name: \"Sender Name\", email: \"sender@example.com\" }",
"",
" # # Reply-to info (optional)",
" # reply_to: { name: \"Reply-to Name\", email: \"reply-to@example.com\" }",
"",
" templates:",
" # This loads a template named `demo`",
" demo: path/to/template.html.twig",
""
],
"executable": false
}
},
"ref": "099984e09ee6f7cbdedc05c0ef661adc52c32704"
}
}
}