From 0b67a1f28adb28ee8536edcea832a4fbfc164257 Mon Sep 17 00:00:00 2001 From: Felds Liscia Date: Tue, 26 Jun 2018 18:57:12 -0300 Subject: [PATCH] add felds/quick-mailer-bundle recipe --- .../4.0/config/packages/quickmailer.yaml | 18 ++++++++++++++++++ felds/quick-mailer-bundle/4.0/manifest.json | 8 ++++++++ 2 files changed, 26 insertions(+) create mode 100644 felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml create mode 100644 felds/quick-mailer-bundle/4.0/manifest.json diff --git a/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml b/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml new file mode 100644 index 00000000..be5133d4 --- /dev/null +++ b/felds/quick-mailer-bundle/4.0/config/packages/quickmailer.yaml @@ -0,0 +1,18 @@ +# For the full configuration, visit: +# https://github.com/felds/QuickMailerBundle + +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: + # # Short-form (enabled by default) + # demo: path/to/template.html.twig + + # # Long-form + # demo: + # path: path/to/template.html.twig + # enabled: true diff --git a/felds/quick-mailer-bundle/4.0/manifest.json b/felds/quick-mailer-bundle/4.0/manifest.json new file mode 100644 index 00000000..98d53bf2 --- /dev/null +++ b/felds/quick-mailer-bundle/4.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Felds\\QuickMailerBundle\\FeldsQuickMailerBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}