diff --git a/archived/sylius.wishlist-plugin/3971d84f4e83dbdf714806c5bf60d2471151eeab.json b/archived/sylius.wishlist-plugin/3971d84f4e83dbdf714806c5bf60d2471151eeab.json new file mode 100644 index 00000000..550e9d86 --- /dev/null +++ b/archived/sylius.wishlist-plugin/3971d84f4e83dbdf714806c5bf60d2471151eeab.json @@ -0,0 +1,56 @@ +{ + "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 + } + ], + "post-install-output": [ + "* Run: bin/console assets:install public && yarn install && yarn encore dev", + "* Run: bin/console doctrine:migrations:migrate", + "* Run: bin/console cache:clear", + "* Using async Messenger? Wishlist commands must run synchronously:", + " https://docs.sylius.com/wishlist-plugin/configuration/configuring-messenger" + ] + }, + "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": "3971d84f4e83dbdf714806c5bf60d2471151eeab" + } + } +} diff --git a/sylius.wishlist-plugin.1.0.json b/sylius.wishlist-plugin.1.0.json index b603143c..550e9d86 100644 --- a/sylius.wishlist-plugin.1.0.json +++ b/sylius.wishlist-plugin.1.0.json @@ -23,6 +23,13 @@ "position": "bottom", "warn_if_missing": true } + ], + "post-install-output": [ + "* Run: bin/console assets:install public && yarn install && yarn encore dev", + "* Run: bin/console doctrine:migrations:migrate", + "* Run: bin/console cache:clear", + "* Using async Messenger? Wishlist commands must run synchronously:", + " https://docs.sylius.com/wishlist-plugin/configuration/configuring-messenger" ] }, "files": { @@ -43,7 +50,7 @@ "executable": false } }, - "ref": "1e7c16bad23f1e977fcd53af6c4fbdfed0c11a75" + "ref": "3971d84f4e83dbdf714806c5bf60d2471151eeab" } } }