From 4013a8fb70bdd474f36bbe842b971979fac9102d Mon Sep 17 00:00:00 2001 From: Felds Liscia Date: Fri, 29 Jun 2018 14:15:12 -0300 Subject: [PATCH] simplify the default config --- .../4.0/config/packages/quickmailer.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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