diff --git a/RECIPES.md b/RECIPES.md index eb8f15fe..5bc98a75 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -610,6 +610,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [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) | +| [sylius/wishlist-plugin](https://packagist.org/packages/sylius/wishlist-plugin) | [1.0](sylius/wishlist-plugin/1.0) | | [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.wishlist-plugin/1e7c16bad23f1e977fcd53af6c4fbdfed0c11a75.json b/archived/sylius.wishlist-plugin/1e7c16bad23f1e977fcd53af6c4fbdfed0c11a75.json new file mode 100644 index 00000000..b603143c --- /dev/null +++ b/archived/sylius.wishlist-plugin/1e7c16bad23f1e977fcd53af6c4fbdfed0c11a75.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "sylius/wishlist-plugin": { + "manifest": { + "bundles": { + "Sylius\\WishlistPlugin\\SyliusWishlistPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "add-lines": [ + { + "file": "assets/admin/entrypoint.js", + "content": "import '@vendor/sylius/wishlist-plugin/assets/admin/entrypoint';", + "position": "bottom", + "warn_if_missing": true + }, + { + "file": "assets/shop/entrypoint.js", + "content": "import '@vendor/sylius/wishlist-plugin/assets/shop/entrypoint';", + "position": "bottom", + "warn_if_missing": true + } + ] + }, + "files": { + "config/packages/sylius_wishlist.yaml": { + "contents": [ + "imports:", + " - { resource: \"@SyliusWishlistPlugin/config/config.yaml\" }", + "" + ], + "executable": false + }, + "config/routes/sylius_wishlist.yaml": { + "contents": [ + "sylius_wishlist_shop:", + " resource: \"@SyliusWishlistPlugin/config/routes.yaml\"", + "" + ], + "executable": false + } + }, + "ref": "1e7c16bad23f1e977fcd53af6c4fbdfed0c11a75" + } + } +} diff --git a/index.json b/index.json index fc703a1b..673b7592 100644 --- a/index.json +++ b/index.json @@ -1957,6 +1957,9 @@ "sylius/ui-translations": [ "0.4" ], + "sylius/wishlist-plugin": [ + "1.0" + ], "symandy/makefile-maker-bundle": [ "0.5" ], diff --git a/sylius.wishlist-plugin.1.0.json b/sylius.wishlist-plugin.1.0.json new file mode 100644 index 00000000..b603143c --- /dev/null +++ b/sylius.wishlist-plugin.1.0.json @@ -0,0 +1,49 @@ +{ + "manifests": { + "sylius/wishlist-plugin": { + "manifest": { + "bundles": { + "Sylius\\WishlistPlugin\\SyliusWishlistPlugin": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "add-lines": [ + { + "file": "assets/admin/entrypoint.js", + "content": "import '@vendor/sylius/wishlist-plugin/assets/admin/entrypoint';", + "position": "bottom", + "warn_if_missing": true + }, + { + "file": "assets/shop/entrypoint.js", + "content": "import '@vendor/sylius/wishlist-plugin/assets/shop/entrypoint';", + "position": "bottom", + "warn_if_missing": true + } + ] + }, + "files": { + "config/packages/sylius_wishlist.yaml": { + "contents": [ + "imports:", + " - { resource: \"@SyliusWishlistPlugin/config/config.yaml\" }", + "" + ], + "executable": false + }, + "config/routes/sylius_wishlist.yaml": { + "contents": [ + "sylius_wishlist_shop:", + " resource: \"@SyliusWishlistPlugin/config/routes.yaml\"", + "" + ], + "executable": false + } + }, + "ref": "1e7c16bad23f1e977fcd53af6c4fbdfed0c11a75" + } + } +}