From b9c29c18f6215d11b2b38ecd11f79ad34a8c5724 Mon Sep 17 00:00:00 2001 From: Igor Mukhin Date: Wed, 30 Oct 2019 18:34:53 +0200 Subject: [PATCH] Fixed: Subscribe form usage notes at README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9ac2f47..f01ea2a 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,13 @@ You can of course also use the [BlockEventListener](https://github.com/Sylius/Sy ``` +In this case - you should disable default block event listener: + +```yaml +setono_sylius_mailchimp: + subscribe: false +``` + ## Contribution Run `composer try` to setup plugin environment and try test application.