diff --git a/RECIPES.md b/RECIPES.md index fab5a1b6..28df3828 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -572,11 +572,16 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [swag-industries/melodiia](https://packagist.org/packages/swag-industries/melodiia) | [0.7](swag-industries/melodiia/0.7) | | [swarrot/swarrot-bundle](https://packagist.org/packages/swarrot/swarrot-bundle) | [1.6](swarrot/swarrot-bundle/1.6) | | [sylius/admin-order-creation-plugin](https://packagist.org/packages/sylius/admin-order-creation-plugin) | [0.6](sylius/admin-order-creation-plugin/0.6) | +| [sylius/admin-ui](https://packagist.org/packages/sylius/admin-ui) | [0.4](sylius/admin-ui/0.4) | +| [sylius/bootstrap-admin-ui](https://packagist.org/packages/sylius/bootstrap-admin-ui) | [0.4](sylius/bootstrap-admin-ui/0.4) | | [sylius/customer-order-cancellation-plugin](https://packagist.org/packages/sylius/customer-order-cancellation-plugin) | [0.2](sylius/customer-order-cancellation-plugin/0.2) | | [sylius/customer-reorder-plugin](https://packagist.org/packages/sylius/customer-reorder-plugin) | [1.0](sylius/customer-reorder-plugin/1.0) | | [sylius/invoicing-plugin](https://packagist.org/packages/sylius/invoicing-plugin) | [0.5](sylius/invoicing-plugin/0.5) | | [sylius/refund-plugin](https://packagist.org/packages/sylius/refund-plugin) | [0.4](sylius/refund-plugin/0.4) | -| [sylius/resource-bundle](https://packagist.org/packages/sylius/resource-bundle) | [1.9](sylius/resource-bundle/1.9) | +| [sylius/resource-bundle](https://packagist.org/packages/sylius/resource-bundle) | [1.12](sylius/resource-bundle/1.12) | +| [sylius/twig-extra](https://packagist.org/packages/sylius/twig-extra) | [0.4](sylius/twig-extra/0.4) | +| [sylius/twig-hooks](https://packagist.org/packages/sylius/twig-hooks) | [0.4](sylius/twig-hooks/0.4) | +| [sylius/ui-translations](https://packagist.org/packages/sylius/ui-translations) | [0.4](sylius/ui-translations/0.4) | | [symandy/makefile-maker-bundle](https://packagist.org/packages/symandy/makefile-maker-bundle) | [0.5](symandy/makefile-maker-bundle/0.5) | | [symfony-bundles/kafka-bundle](https://packagist.org/packages/symfony-bundles/kafka-bundle) | [1.0](symfony-bundles/kafka-bundle/1.0) | | [symfony-bundles/redis-bundle](https://packagist.org/packages/symfony-bundles/redis-bundle) | [2.0](symfony-bundles/redis-bundle/2.0) | diff --git a/archived/sylius.admin-ui/8c08475f21574ea82ca3cd86b30f89fc9e4cd9ba.json b/archived/sylius.admin-ui/8c08475f21574ea82ca3cd86b30f89fc9e4cd9ba.json new file mode 100644 index 00000000..910e1348 --- /dev/null +++ b/archived/sylius.admin-ui/8c08475f21574ea82ca3cd86b30f89fc9e4cd9ba.json @@ -0,0 +1,28 @@ +{ + "manifests": { + "sylius/admin-ui": { + "manifest": { + "bundles": { + "Sylius\\AdminUi\\Symfony\\SyliusAdminUiBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/sylius_admin_ui.yaml": { + "contents": [ + "sylius_admin_ui:", + " resource: '@SyliusAdminUiBundle/config/routes.php'", + " prefix: /admin", + "" + ], + "executable": false + } + }, + "ref": "8c08475f21574ea82ca3cd86b30f89fc9e4cd9ba" + } + } +} diff --git a/archived/sylius.bootstrap-admin-ui/48198641b4c0d0d365519d74b097be53bf53e335.json b/archived/sylius.bootstrap-admin-ui/48198641b4c0d0d365519d74b097be53bf53e335.json new file mode 100644 index 00000000..0c50d2c4 --- /dev/null +++ b/archived/sylius.bootstrap-admin-ui/48198641b4c0d0d365519d74b097be53bf53e335.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "sylius/bootstrap-admin-ui": { + "manifest": { + "bundles": { + "Sylius\\BootstrapAdminUi\\Symfony\\SyliusBootstrapAdminUiBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sylius_bootstrap_admin_ui.yaml": { + "contents": [ + "imports:", + " - { resource: '@SyliusBootstrapAdminUiBundle/config/app.php' }", + "" + ], + "executable": false + } + }, + "ref": "48198641b4c0d0d365519d74b097be53bf53e335" + } + } +} diff --git a/archived/sylius.resource-bundle/cde8dd6145be3135af63787aa5c5858c3f289c7a.json b/archived/sylius.resource-bundle/cde8dd6145be3135af63787aa5c5858c3f289c7a.json new file mode 100644 index 00000000..bfa96c5b --- /dev/null +++ b/archived/sylius.resource-bundle/cde8dd6145be3135af63787aa5c5858c3f289c7a.json @@ -0,0 +1,63 @@ +{ + "manifests": { + "sylius/resource-bundle": { + "manifest": { + "container": { + "locale": "en" + }, + "bundles": { + "Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "files": { + "config/packages/sylius_resource.yaml": { + "contents": [ + "# @see https://github.com/Sylius/SyliusResourceBundle/blob/master/docs/index.md", + "sylius_resource:", + " # Override default settings", + " #settings:", + "", + " # Configure the mapping for your resources", + " mapping:", + " paths:", + " - '%kernel.project_dir%/src/Entity'", + "", + " # Configure your resources", + " resources:", + " #app.book:", + " #classes:", + " #model: App\\Entity\\Book", + "" + ], + "executable": false + }, + "config/routes/sylius_resource.yaml": { + "contents": [ + "sylius_crud_routes:", + " resource: 'sylius.routing.loader.crud_routes_attributes'", + " type: service", + "", + "sylius_routes:", + " resource: 'sylius.routing.loader.routes_attributes'", + " type: service", + "" + ], + "executable": false + }, + "src/Entity/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "cde8dd6145be3135af63787aa5c5858c3f289c7a" + } + } +} diff --git a/archived/sylius.twig-extra/00e1c7f2e97de7b0d990e507e1541fd05d4cdbfe.json b/archived/sylius.twig-extra/00e1c7f2e97de7b0d990e507e1541fd05d4cdbfe.json new file mode 100644 index 00000000..4df7ac4e --- /dev/null +++ b/archived/sylius.twig-extra/00e1c7f2e97de7b0d990e507e1541fd05d4cdbfe.json @@ -0,0 +1,15 @@ +{ + "manifests": { + "sylius/twig-extra": { + "manifest": { + "bundles": { + "Sylius\\TwigExtra\\Symfony\\SyliusTwigExtraBundle": [ + "all" + ] + } + }, + "files": [], + "ref": "00e1c7f2e97de7b0d990e507e1541fd05d4cdbfe" + } + } +} diff --git a/archived/sylius.twig-hooks/42a2dc11276d447efefa639b95f9c7a4edd7031a.json b/archived/sylius.twig-hooks/42a2dc11276d447efefa639b95f9c7a4edd7031a.json new file mode 100644 index 00000000..fa8eafc1 --- /dev/null +++ b/archived/sylius.twig-hooks/42a2dc11276d447efefa639b95f9c7a4edd7031a.json @@ -0,0 +1,15 @@ +{ + "manifests": { + "sylius/twig-hooks": { + "manifest": { + "bundles": { + "Sylius\\TwigHooks\\SyliusTwigHooksBundle": [ + "all" + ] + } + }, + "files": [], + "ref": "42a2dc11276d447efefa639b95f9c7a4edd7031a" + } + } +} diff --git a/archived/sylius.ui-translations/dea908d6a4add041281c1a1a60f37cba55312f98.json b/archived/sylius.ui-translations/dea908d6a4add041281c1a1a60f37cba55312f98.json new file mode 100644 index 00000000..c9acd174 --- /dev/null +++ b/archived/sylius.ui-translations/dea908d6a4add041281c1a1a60f37cba55312f98.json @@ -0,0 +1,15 @@ +{ + "manifests": { + "sylius/ui-translations": { + "manifest": { + "bundles": { + "Sylius\\UiTranslations\\Symfony\\SyliusUiTranslationsBundle": [ + "all" + ] + } + }, + "files": [], + "ref": "dea908d6a4add041281c1a1a60f37cba55312f98" + } + } +} diff --git a/index.json b/index.json index 8db40bb5..3d093e1c 100644 --- a/index.json +++ b/index.json @@ -1819,6 +1819,12 @@ "sylius/admin-order-creation-plugin": [ "0.6" ], + "sylius/admin-ui": [ + "0.4" + ], + "sylius/bootstrap-admin-ui": [ + "0.4" + ], "sylius/customer-order-cancellation-plugin": [ "0.2" ], @@ -1833,7 +1839,17 @@ ], "sylius/resource-bundle": [ "1.6", - "1.9" + "1.9", + "1.12" + ], + "sylius/twig-extra": [ + "0.4" + ], + "sylius/twig-hooks": [ + "0.4" + ], + "sylius/ui-translations": [ + "0.4" ], "symandy/makefile-maker-bundle": [ "0.5" diff --git a/sylius.admin-ui.0.4.json b/sylius.admin-ui.0.4.json new file mode 100644 index 00000000..910e1348 --- /dev/null +++ b/sylius.admin-ui.0.4.json @@ -0,0 +1,28 @@ +{ + "manifests": { + "sylius/admin-ui": { + "manifest": { + "bundles": { + "Sylius\\AdminUi\\Symfony\\SyliusAdminUiBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/routes/sylius_admin_ui.yaml": { + "contents": [ + "sylius_admin_ui:", + " resource: '@SyliusAdminUiBundle/config/routes.php'", + " prefix: /admin", + "" + ], + "executable": false + } + }, + "ref": "8c08475f21574ea82ca3cd86b30f89fc9e4cd9ba" + } + } +} diff --git a/sylius.bootstrap-admin-ui.0.4.json b/sylius.bootstrap-admin-ui.0.4.json new file mode 100644 index 00000000..0c50d2c4 --- /dev/null +++ b/sylius.bootstrap-admin-ui.0.4.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "sylius/bootstrap-admin-ui": { + "manifest": { + "bundles": { + "Sylius\\BootstrapAdminUi\\Symfony\\SyliusBootstrapAdminUiBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/sylius_bootstrap_admin_ui.yaml": { + "contents": [ + "imports:", + " - { resource: '@SyliusBootstrapAdminUiBundle/config/app.php' }", + "" + ], + "executable": false + } + }, + "ref": "48198641b4c0d0d365519d74b097be53bf53e335" + } + } +} diff --git a/sylius.resource-bundle.1.12.json b/sylius.resource-bundle.1.12.json new file mode 100644 index 00000000..bfa96c5b --- /dev/null +++ b/sylius.resource-bundle.1.12.json @@ -0,0 +1,63 @@ +{ + "manifests": { + "sylius/resource-bundle": { + "manifest": { + "container": { + "locale": "en" + }, + "bundles": { + "Sylius\\Bundle\\ResourceBundle\\SyliusResourceBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } + }, + "files": { + "config/packages/sylius_resource.yaml": { + "contents": [ + "# @see https://github.com/Sylius/SyliusResourceBundle/blob/master/docs/index.md", + "sylius_resource:", + " # Override default settings", + " #settings:", + "", + " # Configure the mapping for your resources", + " mapping:", + " paths:", + " - '%kernel.project_dir%/src/Entity'", + "", + " # Configure your resources", + " resources:", + " #app.book:", + " #classes:", + " #model: App\\Entity\\Book", + "" + ], + "executable": false + }, + "config/routes/sylius_resource.yaml": { + "contents": [ + "sylius_crud_routes:", + " resource: 'sylius.routing.loader.crud_routes_attributes'", + " type: service", + "", + "sylius_routes:", + " resource: 'sylius.routing.loader.routes_attributes'", + " type: service", + "" + ], + "executable": false + }, + "src/Entity/.gitignore": { + "contents": [ + "" + ], + "executable": false + } + }, + "ref": "cde8dd6145be3135af63787aa5c5858c3f289c7a" + } + } +} diff --git a/sylius.twig-extra.0.4.json b/sylius.twig-extra.0.4.json new file mode 100644 index 00000000..4df7ac4e --- /dev/null +++ b/sylius.twig-extra.0.4.json @@ -0,0 +1,15 @@ +{ + "manifests": { + "sylius/twig-extra": { + "manifest": { + "bundles": { + "Sylius\\TwigExtra\\Symfony\\SyliusTwigExtraBundle": [ + "all" + ] + } + }, + "files": [], + "ref": "00e1c7f2e97de7b0d990e507e1541fd05d4cdbfe" + } + } +} diff --git a/sylius.twig-hooks.0.4.json b/sylius.twig-hooks.0.4.json new file mode 100644 index 00000000..fa8eafc1 --- /dev/null +++ b/sylius.twig-hooks.0.4.json @@ -0,0 +1,15 @@ +{ + "manifests": { + "sylius/twig-hooks": { + "manifest": { + "bundles": { + "Sylius\\TwigHooks\\SyliusTwigHooksBundle": [ + "all" + ] + } + }, + "files": [], + "ref": "42a2dc11276d447efefa639b95f9c7a4edd7031a" + } + } +} diff --git a/sylius.ui-translations.0.4.json b/sylius.ui-translations.0.4.json new file mode 100644 index 00000000..c9acd174 --- /dev/null +++ b/sylius.ui-translations.0.4.json @@ -0,0 +1,15 @@ +{ + "manifests": { + "sylius/ui-translations": { + "manifest": { + "bundles": { + "Sylius\\UiTranslations\\Symfony\\SyliusUiTranslationsBundle": [ + "all" + ] + } + }, + "files": [], + "ref": "dea908d6a4add041281c1a1a60f37cba55312f98" + } + } +}