From e2884b89c7efc8366c20dbc4b9c37fd699f0b4ae Mon Sep 17 00:00:00 2001 From: Dmitry Meliukh Date: Tue, 14 Apr 2020 17:07:29 +0300 Subject: [PATCH] feat(config): add configuration for bundle to recipe US-34680 --- .../sms-bundle/1.0/config/packages/artox_lab_sms.yaml | 4 ++++ artox-lab/sms-bundle/1.0/manifest.json | 8 ++++++++ artox-lab/sms-bundle/1.0/post-install.txt | 5 +++++ 3 files changed, 17 insertions(+) create mode 100644 artox-lab/sms-bundle/1.0/config/packages/artox_lab_sms.yaml create mode 100644 artox-lab/sms-bundle/1.0/manifest.json create mode 100644 artox-lab/sms-bundle/1.0/post-install.txt diff --git a/artox-lab/sms-bundle/1.0/config/packages/artox_lab_sms.yaml b/artox-lab/sms-bundle/1.0/config/packages/artox_lab_sms.yaml new file mode 100644 index 00000000..7e744ee9 --- /dev/null +++ b/artox-lab/sms-bundle/1.0/config/packages/artox_lab_sms.yaml @@ -0,0 +1,4 @@ +artox_lab_sms: + providers: + # You must to define at least one provider configuration + # See more info at https://github.com/artox-lab/sms-bundle diff --git a/artox-lab/sms-bundle/1.0/manifest.json b/artox-lab/sms-bundle/1.0/manifest.json new file mode 100644 index 00000000..1b1be053 --- /dev/null +++ b/artox-lab/sms-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "ArtoxLab\\Bundle\\SmsBundle\\ArtoxLabSmsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/artox-lab/sms-bundle/1.0/post-install.txt b/artox-lab/sms-bundle/1.0/post-install.txt new file mode 100644 index 00000000..e4268991 --- /dev/null +++ b/artox-lab/sms-bundle/1.0/post-install.txt @@ -0,0 +1,5 @@ +Getting started using artox-lab/sms-bundle. What's next? + + You must to define at least one provider configuration in %CONFIG_DIR%/packages/artox_lab_sms.yaml. + + * More info you can find in the documentation at https://github.com/artox-lab/sms-bundle#step-3-configuration