diff --git a/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml b/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml index be5133d4..bb0ee64a 100644 --- a/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml +++ b/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml @@ -9,10 +9,5 @@ quickmailer: # reply_to: { name: "Reply-to Name", email: "reply-to@example.com" } templates: - # # Short-form (enabled by default) - # demo: path/to/template.html.twig - - # # Long-form - # demo: - # path: path/to/template.html.twig - # enabled: true + # This loads a template named `demo` + demo: path/to/template.html.twig