Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-02-19 10:44:34 +00:00
parent 8114bdbf65
commit 7030bb8117
11 changed files with 459 additions and 2 deletions
@@ -0,0 +1,59 @@
{
"manifests": {
"bitbag/mailchimp-plugin": {
"manifest": {
"bundles": {
"BitBag\\SyliusMailChimpPlugin\\BitBagSyliusMailChimpPlugin": [
"all"
]
},
"container": {
"mailchimp.api_key": "%env(resolve:MAIL_CHIMP_API_KEY)%",
"mailchimp.list_id": "%env(resolve:MAIL_CHIMP_LIST_ID)%",
"mailchimp.webhook_secret": "%env(resolve:MAIL_CHIMP_WEBHOOK_SECRET)%"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MAIL_CHIMP_API_KEY": "YOUR_KEY",
"MAIL_CHIMP_LIST_ID": "YOUR_LIST_ID",
"MAIL_CHIMP_WEBHOOK_SECRET": "QUERY_PARAMETER_FOR_UNSUBSCRIBED_WEBHHOOK"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * Start using your fresh plugin:",
" 1. Include the newsletter in your template:",
" <comment>{% include '@BitBagSyliusMailChimpPlugin/_subscribe.html.twig' %}</>",
" 2. Add these javascripts to the layout template that includes your subscription form imported in the previous steps",
" <comment><script src=\"{{ asset('path/to/jquery.js') }}\"></script>",
" <script src=\"{{ asset('bundles/bitbagsyliusmailchimpplugin/bitbag-mailchimp-plugin-newsletter.js') }}\"></script>",
" <script>",
" $('#footer-newsletter-form').joinNewsletter();",
" </script></>",
"",
"",
"",
" * <fg=blue>Read</> the documentation at <comment>https://https://github.com/BitBagCommerce/SyliusMailChimpPlugin/tree/master/doc</>",
"",
"If you want to contact us, the best way is to fill the form on our website or send us an e-mail to <comment>hello@bitbag.io</comment> with your question(s).",
" We guarantee that we answer as soon as we can!"
]
},
"files": {
"config/routes/bitbag_sylius_mailchimp_plugin.yaml": {
"contents": [
"bitbag_sylius_mailchimp_plugin:",
" resource: \"@BitBagSyliusMailChimpPlugin/Resources/config/routing.yml\"",
""
],
"executable": false
}
},
"ref": "e82b0c7d3beca9559de77494eb20bd7bb96c0f90"
}
}
}
@@ -0,0 +1,46 @@
{
"manifests": {
"bitbag/shipping-export-plugin": {
"manifest": {
"bundles": {
"BitBag\\SyliusShippingExportPlugin\\BitBagSyliusShippingExportPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/shipping_labels/"
],
"post-install-output": [
" * <fg=blue>Create</> directory named <comment>shipping_labels</comment> in project root or customize <comment>bitbag.shipping_labels_path</comment> parameter.",
"",
" If you want to contact us, the best way is to fill the form on our website or send us an e-mail to <comment>hello@bitbag.io</comment> with your question(s).",
" We guarantee that we answer as soon as we can!"
]
},
"files": {
"config/packages/bitbag_shipping_export_plugin.yaml": {
"contents": [
"imports:",
" - { resource: \"@BitBagSyliusShippingExportPlugin/Resources/config/config.yml\" }",
"",
""
],
"executable": false
},
"config/routes/bitbag_shipping_export_plugin.yaml": {
"contents": [
"bitbag_shipping_export_plugin:",
" resource: \"@BitBagSyliusShippingExportPlugin/Resources/config/routing.yml\"",
" prefix: /admin",
""
],
"executable": false
}
},
"ref": "92782b61536c8d9d29f3e7341fee798b46b96d04"
}
}
}
@@ -0,0 +1,40 @@
{
"manifests": {
"leapt/froala-editor-bundle": {
"manifest": {
"bundles": {
"Leapt\\FroalaEditorBundle\\LeaptFroalaEditorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/leapt_froala_editor.yaml": {
"contents": [
"twig:",
" form_themes:",
" - '@LeaptFroalaEditor/Form/froala_widget.html.twig'",
"",
"leapt_froala_editor:",
" language: en",
""
],
"executable": false
},
"config/routes/leapt_froala_editor.yaml": {
"contents": [
"leapt_froala_editor:",
" resource: '@LeaptFroalaEditorBundle/Resources/config/routing.yml'",
" prefix: /froala-editor",
""
],
"executable": false
}
},
"ref": "82f7750e37b53c29e01eac090f3f5192a90984bb"
}
}
}
@@ -0,0 +1,51 @@
{
"manifests": {
"pentatrion/vite-bundle": {
"manifest": {
"bundles": {
"Pentatrion\\ViteBundle\\PentatrionViteBundle": [
"all"
]
},
"copy-from-package": {
"install/assets/": "assets/",
"install/package.json": "package.json",
"install/vite.config.js": "vite.config.js"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/node_modules/",
"/%PUBLIC_DIR%/build/"
],
"post-install-output": [
" <bg=blue;fg=white> </>",
" <bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>pentatrion/vite-bundle</><bg=blue;fg=white> </>",
" <bg=blue;fg=white> </>",
"",
" <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>",
" 1. Add if necessary a configuration file in <comment>%CONFIG_DIR%/packages/pentatrion_vite.yaml</>.",
" 2. Verify the Vite configuration in <comment>/vite.config.js</>.",
" 3. Install npm and run <comment>npm i</>.",
" 4. Add JS Twig function <comment>{{ vite_entry_script_tags('app') }}</> into your base.html.twig.",
" 5. Add CSS Twig function <comment>{{ vite_entry_link_tags('app') }}</> into your base.html.twig.",
" 6. Start the development server: <comment>npm run dev</>.",
" 7. Start coding into <comment>assets/app.js</>"
]
},
"files": {
"config/routes/dev/pentatrion_vite.yaml": {
"contents": [
"_pentatrion_vite:",
" prefix: /build",
" resource: \"@PentatrionViteBundle/Resources/config/routing.yaml\"",
""
],
"executable": false
}
},
"ref": "33d48a1c831b2d29641175c8320e66a9f1c9911f"
}
}
}
@@ -0,0 +1,51 @@
{
"manifests": {
"pentatrion/vite-bundle": {
"manifest": {
"bundles": {
"Pentatrion\\ViteBundle\\PentatrionViteBundle": [
"all"
]
},
"copy-from-package": {
"install/assets/": "assets/",
"install/package.json": "package.json",
"install/vite.config.js": "vite.config.js"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/node_modules/",
"/%PUBLIC_DIR%/build/"
],
"post-install-output": [
" <bg=blue;fg=white> </>",
" <bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>pentatrion/vite-bundle</><bg=blue;fg=white> </>",
" <bg=blue;fg=white> </>",
"",
" <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>",
" 1. Verify and uncomment the configuration in <comment>%CONFIG_DIR%/packages/pentatrion_vite.yaml</>.",
" 2. Verify the Vite configuration in <comment>/vite.config.js</>.",
" 3. Install npm and run <comment>npm i</>.",
" 4. Add JS Twig function <comment>{{ vite_entry_script_tags('app.js') }}</> into your base.html.twig.",
" 5. Add CSS Twig function <comment>{{ vite_entry_link_tags('app.js') }}</> into your base.html.twig.",
" 6. Start the development server: <comment>npm run dev</>.",
" 7. Start coding into <comment>assets/app.js</>"
]
},
"files": {
"config/routes/dev/pentatrion_vite.yaml": {
"contents": [
"_pentatrion_vite:",
" prefix: /build",
" resource: \"@PentatrionViteBundle/Resources/config/routing.yaml\"",
""
],
"executable": false
}
},
"ref": "f96caf0ead1ee91e1c8dfda8e5b82834adfc0f31"
}
}
}
+59
View File
@@ -0,0 +1,59 @@
{
"manifests": {
"bitbag/mailchimp-plugin": {
"manifest": {
"bundles": {
"BitBag\\SyliusMailChimpPlugin\\BitBagSyliusMailChimpPlugin": [
"all"
]
},
"container": {
"mailchimp.api_key": "%env(resolve:MAIL_CHIMP_API_KEY)%",
"mailchimp.list_id": "%env(resolve:MAIL_CHIMP_LIST_ID)%",
"mailchimp.webhook_secret": "%env(resolve:MAIL_CHIMP_WEBHOOK_SECRET)%"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MAIL_CHIMP_API_KEY": "YOUR_KEY",
"MAIL_CHIMP_LIST_ID": "YOUR_LIST_ID",
"MAIL_CHIMP_WEBHOOK_SECRET": "QUERY_PARAMETER_FOR_UNSUBSCRIBED_WEBHHOOK"
},
"post-install-output": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> What's next? </>",
"<bg=blue;fg=white> </>",
"",
" * Start using your fresh plugin:",
" 1. Include the newsletter in your template:",
" <comment>{% include '@BitBagSyliusMailChimpPlugin/_subscribe.html.twig' %}</>",
" 2. Add these javascripts to the layout template that includes your subscription form imported in the previous steps",
" <comment><script src=\"{{ asset('path/to/jquery.js') }}\"></script>",
" <script src=\"{{ asset('bundles/bitbagsyliusmailchimpplugin/bitbag-mailchimp-plugin-newsletter.js') }}\"></script>",
" <script>",
" $('#footer-newsletter-form').joinNewsletter();",
" </script></>",
"",
"",
"",
" * <fg=blue>Read</> the documentation at <comment>https://https://github.com/BitBagCommerce/SyliusMailChimpPlugin/tree/master/doc</>",
"",
"If you want to contact us, the best way is to fill the form on our website or send us an e-mail to <comment>hello@bitbag.io</comment> with your question(s).",
" We guarantee that we answer as soon as we can!"
]
},
"files": {
"config/routes/bitbag_sylius_mailchimp_plugin.yaml": {
"contents": [
"bitbag_sylius_mailchimp_plugin:",
" resource: \"@BitBagSyliusMailChimpPlugin/Resources/config/routing.yml\"",
""
],
"executable": false
}
},
"ref": "e82b0c7d3beca9559de77494eb20bd7bb96c0f90"
}
}
}
+2 -1
View File
@@ -25,6 +25,7 @@
"contents": [
"imports:",
" - { resource: \"@BitBagSyliusShippingExportPlugin/Resources/config/config.yml\" }",
"",
""
],
"executable": false
@@ -39,7 +40,7 @@
"executable": false
}
},
"ref": "4095c0f7a2cc51e0f40e806ad7d3256ef5f42ae2"
"ref": "92782b61536c8d9d29f3e7341fee798b46b96d04"
}
}
}
+9 -1
View File
@@ -118,6 +118,9 @@
"bitbag/cms-plugin": [
"3.0"
],
"bitbag/mailchimp-plugin": [
"1.2"
],
"bitbag/product-bundle-plugin": [
"1.2"
],
@@ -770,6 +773,9 @@
"leapt/core-bundle": [
"2.2"
],
"leapt/froala-editor-bundle": [
"1.0"
],
"leapt/im-bundle": [
"2.0"
],
@@ -1125,7 +1131,9 @@
"0.2"
],
"pentatrion/vite-bundle": [
"0.1"
"0.1",
"0.2",
"1.0"
],
"php-amqplib/rabbitmq-bundle": [
"1.12"
+40
View File
@@ -0,0 +1,40 @@
{
"manifests": {
"leapt/froala-editor-bundle": {
"manifest": {
"bundles": {
"Leapt\\FroalaEditorBundle\\LeaptFroalaEditorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/leapt_froala_editor.yaml": {
"contents": [
"twig:",
" form_themes:",
" - '@LeaptFroalaEditor/Form/froala_widget.html.twig'",
"",
"leapt_froala_editor:",
" language: en",
""
],
"executable": false
},
"config/routes/leapt_froala_editor.yaml": {
"contents": [
"leapt_froala_editor:",
" resource: '@LeaptFroalaEditorBundle/Resources/config/routing.yml'",
" prefix: /froala-editor",
""
],
"executable": false
}
},
"ref": "82f7750e37b53c29e01eac090f3f5192a90984bb"
}
}
}
+51
View File
@@ -0,0 +1,51 @@
{
"manifests": {
"pentatrion/vite-bundle": {
"manifest": {
"bundles": {
"Pentatrion\\ViteBundle\\PentatrionViteBundle": [
"all"
]
},
"copy-from-package": {
"install/assets/": "assets/",
"install/package.json": "package.json",
"install/vite.config.js": "vite.config.js"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/node_modules/",
"/%PUBLIC_DIR%/build/"
],
"post-install-output": [
" <bg=blue;fg=white> </>",
" <bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>pentatrion/vite-bundle</><bg=blue;fg=white> </>",
" <bg=blue;fg=white> </>",
"",
" <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>",
" 1. Verify and uncomment the configuration in <comment>%CONFIG_DIR%/packages/pentatrion_vite.yaml</>.",
" 2. Verify the Vite configuration in <comment>/vite.config.js</>.",
" 3. Install npm and run <comment>npm i</>.",
" 4. Add JS Twig function <comment>{{ vite_entry_script_tags('app.js') }}</> into your base.html.twig.",
" 5. Add CSS Twig function <comment>{{ vite_entry_link_tags('app.js') }}</> into your base.html.twig.",
" 6. Start the development server: <comment>npm run dev</>.",
" 7. Start coding into <comment>assets/app.js</>"
]
},
"files": {
"config/routes/dev/pentatrion_vite.yaml": {
"contents": [
"_pentatrion_vite:",
" prefix: /build",
" resource: \"@PentatrionViteBundle/Resources/config/routing.yaml\"",
""
],
"executable": false
}
},
"ref": "f96caf0ead1ee91e1c8dfda8e5b82834adfc0f31"
}
}
}
+51
View File
@@ -0,0 +1,51 @@
{
"manifests": {
"pentatrion/vite-bundle": {
"manifest": {
"bundles": {
"Pentatrion\\ViteBundle\\PentatrionViteBundle": [
"all"
]
},
"copy-from-package": {
"install/assets/": "assets/",
"install/package.json": "package.json",
"install/vite.config.js": "vite.config.js"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"gitignore": [
"/node_modules/",
"/%PUBLIC_DIR%/build/"
],
"post-install-output": [
" <bg=blue;fg=white> </>",
" <bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>pentatrion/vite-bundle</><bg=blue;fg=white> </>",
" <bg=blue;fg=white> </>",
"",
" <fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>",
" 1. Add if necessary a configuration file in <comment>%CONFIG_DIR%/packages/pentatrion_vite.yaml</>.",
" 2. Verify the Vite configuration in <comment>/vite.config.js</>.",
" 3. Install npm and run <comment>npm i</>.",
" 4. Add JS Twig function <comment>{{ vite_entry_script_tags('app') }}</> into your base.html.twig.",
" 5. Add CSS Twig function <comment>{{ vite_entry_link_tags('app') }}</> into your base.html.twig.",
" 6. Start the development server: <comment>npm run dev</>.",
" 7. Start coding into <comment>assets/app.js</>"
]
},
"files": {
"config/routes/dev/pentatrion_vite.yaml": {
"contents": [
"_pentatrion_vite:",
" prefix: /build",
" resource: \"@PentatrionViteBundle/Resources/config/routing.yaml\"",
""
],
"executable": false
}
},
"ref": "33d48a1c831b2d29641175c8320e66a9f1c9911f"
}
}
}