From 7030bb8117d4e7eba3645a1ae5f964814946e45b Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 19 Feb 2022 10:44:34 +0000 Subject: [PATCH] Update Flex endpoint --- ...b0c7d3beca9559de77494eb20bd7bb96c0f90.json | 59 +++++++++++++++++++ ...82b61536c8d9d29f3e7341fee798b46b96d04.json | 46 +++++++++++++++ ...7750e37b53c29e01eac090f3f5192a90984bb.json | 40 +++++++++++++ ...48a1c831b2d29641175c8320e66a9f1c9911f.json | 51 ++++++++++++++++ ...caf0ead1ee91e1c8dfda8e5b82834adfc0f31.json | 51 ++++++++++++++++ bitbag.mailchimp-plugin.1.2.json | 59 +++++++++++++++++++ bitbag.shipping-export-plugin.1.0.json | 3 +- index.json | 10 +++- leapt.froala-editor-bundle.1.0.json | 40 +++++++++++++ pentatrion.vite-bundle.0.2.json | 51 ++++++++++++++++ pentatrion.vite-bundle.1.0.json | 51 ++++++++++++++++ 11 files changed, 459 insertions(+), 2 deletions(-) create mode 100644 archived/bitbag.mailchimp-plugin/e82b0c7d3beca9559de77494eb20bd7bb96c0f90.json create mode 100644 archived/bitbag.shipping-export-plugin/92782b61536c8d9d29f3e7341fee798b46b96d04.json create mode 100644 archived/leapt.froala-editor-bundle/82f7750e37b53c29e01eac090f3f5192a90984bb.json create mode 100644 archived/pentatrion.vite-bundle/33d48a1c831b2d29641175c8320e66a9f1c9911f.json create mode 100644 archived/pentatrion.vite-bundle/f96caf0ead1ee91e1c8dfda8e5b82834adfc0f31.json create mode 100644 bitbag.mailchimp-plugin.1.2.json create mode 100644 leapt.froala-editor-bundle.1.0.json create mode 100644 pentatrion.vite-bundle.0.2.json create mode 100644 pentatrion.vite-bundle.1.0.json diff --git a/archived/bitbag.mailchimp-plugin/e82b0c7d3beca9559de77494eb20bd7bb96c0f90.json b/archived/bitbag.mailchimp-plugin/e82b0c7d3beca9559de77494eb20bd7bb96c0f90.json new file mode 100644 index 00000000..7048b5e4 --- /dev/null +++ b/archived/bitbag.mailchimp-plugin/e82b0c7d3beca9559de77494eb20bd7bb96c0f90.json @@ -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": [ + " ", + " What's next? ", + " ", + "", + " * Start using your fresh plugin:", + " 1. Include the newsletter in your template:", + " {% include '@BitBagSyliusMailChimpPlugin/_subscribe.html.twig' %}", + " 2. Add these javascripts to the layout template that includes your subscription form imported in the previous steps", + " ", + " ", + " ", + "", + "", + "", + " * Read the documentation at 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 hello@bitbag.io 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" + } + } +} diff --git a/archived/bitbag.shipping-export-plugin/92782b61536c8d9d29f3e7341fee798b46b96d04.json b/archived/bitbag.shipping-export-plugin/92782b61536c8d9d29f3e7341fee798b46b96d04.json new file mode 100644 index 00000000..471755ac --- /dev/null +++ b/archived/bitbag.shipping-export-plugin/92782b61536c8d9d29f3e7341fee798b46b96d04.json @@ -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": [ + " * Create directory named shipping_labels in project root or customize bitbag.shipping_labels_path 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 hello@bitbag.io 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" + } + } +} diff --git a/archived/leapt.froala-editor-bundle/82f7750e37b53c29e01eac090f3f5192a90984bb.json b/archived/leapt.froala-editor-bundle/82f7750e37b53c29e01eac090f3f5192a90984bb.json new file mode 100644 index 00000000..496ae589 --- /dev/null +++ b/archived/leapt.froala-editor-bundle/82f7750e37b53c29e01eac090f3f5192a90984bb.json @@ -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" + } + } +} diff --git a/archived/pentatrion.vite-bundle/33d48a1c831b2d29641175c8320e66a9f1c9911f.json b/archived/pentatrion.vite-bundle/33d48a1c831b2d29641175c8320e66a9f1c9911f.json new file mode 100644 index 00000000..870567d9 --- /dev/null +++ b/archived/pentatrion.vite-bundle/33d48a1c831b2d29641175c8320e66a9f1c9911f.json @@ -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": [ + " ", + " Getting started using pentatrion/vite-bundle ", + " ", + "", + " Configure your transformations:", + " 1. Add if necessary a configuration file in %CONFIG_DIR%/packages/pentatrion_vite.yaml.", + " 2. Verify the Vite configuration in /vite.config.js.", + " 3. Install npm and run npm i.", + " 4. Add JS Twig function {{ vite_entry_script_tags('app') }} into your base.html.twig.", + " 5. Add CSS Twig function {{ vite_entry_link_tags('app') }} into your base.html.twig.", + " 6. Start the development server: npm run dev.", + " 7. Start coding into 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" + } + } +} diff --git a/archived/pentatrion.vite-bundle/f96caf0ead1ee91e1c8dfda8e5b82834adfc0f31.json b/archived/pentatrion.vite-bundle/f96caf0ead1ee91e1c8dfda8e5b82834adfc0f31.json new file mode 100644 index 00000000..3b82bafd --- /dev/null +++ b/archived/pentatrion.vite-bundle/f96caf0ead1ee91e1c8dfda8e5b82834adfc0f31.json @@ -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": [ + " ", + " Getting started using pentatrion/vite-bundle ", + " ", + "", + " Configure your transformations:", + " 1. Verify and uncomment the configuration in %CONFIG_DIR%/packages/pentatrion_vite.yaml.", + " 2. Verify the Vite configuration in /vite.config.js.", + " 3. Install npm and run npm i.", + " 4. Add JS Twig function {{ vite_entry_script_tags('app.js') }} into your base.html.twig.", + " 5. Add CSS Twig function {{ vite_entry_link_tags('app.js') }} into your base.html.twig.", + " 6. Start the development server: npm run dev.", + " 7. Start coding into 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" + } + } +} diff --git a/bitbag.mailchimp-plugin.1.2.json b/bitbag.mailchimp-plugin.1.2.json new file mode 100644 index 00000000..7048b5e4 --- /dev/null +++ b/bitbag.mailchimp-plugin.1.2.json @@ -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": [ + " ", + " What's next? ", + " ", + "", + " * Start using your fresh plugin:", + " 1. Include the newsletter in your template:", + " {% include '@BitBagSyliusMailChimpPlugin/_subscribe.html.twig' %}", + " 2. Add these javascripts to the layout template that includes your subscription form imported in the previous steps", + " ", + " ", + " ", + "", + "", + "", + " * Read the documentation at 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 hello@bitbag.io 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" + } + } +} diff --git a/bitbag.shipping-export-plugin.1.0.json b/bitbag.shipping-export-plugin.1.0.json index 6f2da7fd..471755ac 100644 --- a/bitbag.shipping-export-plugin.1.0.json +++ b/bitbag.shipping-export-plugin.1.0.json @@ -25,6 +25,7 @@ "contents": [ "imports:", " - { resource: \"@BitBagSyliusShippingExportPlugin/Resources/config/config.yml\" }", + "", "" ], "executable": false @@ -39,7 +40,7 @@ "executable": false } }, - "ref": "4095c0f7a2cc51e0f40e806ad7d3256ef5f42ae2" + "ref": "92782b61536c8d9d29f3e7341fee798b46b96d04" } } } diff --git a/index.json b/index.json index 276f8aa5..cc452225 100644 --- a/index.json +++ b/index.json @@ -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" diff --git a/leapt.froala-editor-bundle.1.0.json b/leapt.froala-editor-bundle.1.0.json new file mode 100644 index 00000000..496ae589 --- /dev/null +++ b/leapt.froala-editor-bundle.1.0.json @@ -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" + } + } +} diff --git a/pentatrion.vite-bundle.0.2.json b/pentatrion.vite-bundle.0.2.json new file mode 100644 index 00000000..3b82bafd --- /dev/null +++ b/pentatrion.vite-bundle.0.2.json @@ -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": [ + " ", + " Getting started using pentatrion/vite-bundle ", + " ", + "", + " Configure your transformations:", + " 1. Verify and uncomment the configuration in %CONFIG_DIR%/packages/pentatrion_vite.yaml.", + " 2. Verify the Vite configuration in /vite.config.js.", + " 3. Install npm and run npm i.", + " 4. Add JS Twig function {{ vite_entry_script_tags('app.js') }} into your base.html.twig.", + " 5. Add CSS Twig function {{ vite_entry_link_tags('app.js') }} into your base.html.twig.", + " 6. Start the development server: npm run dev.", + " 7. Start coding into 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" + } + } +} diff --git a/pentatrion.vite-bundle.1.0.json b/pentatrion.vite-bundle.1.0.json new file mode 100644 index 00000000..870567d9 --- /dev/null +++ b/pentatrion.vite-bundle.1.0.json @@ -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": [ + " ", + " Getting started using pentatrion/vite-bundle ", + " ", + "", + " Configure your transformations:", + " 1. Add if necessary a configuration file in %CONFIG_DIR%/packages/pentatrion_vite.yaml.", + " 2. Verify the Vite configuration in /vite.config.js.", + " 3. Install npm and run npm i.", + " 4. Add JS Twig function {{ vite_entry_script_tags('app') }} into your base.html.twig.", + " 5. Add CSS Twig function {{ vite_entry_link_tags('app') }} into your base.html.twig.", + " 6. Start the development server: npm run dev.", + " 7. Start coding into 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" + } + } +}