mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
39 lines
1.4 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|