diff --git a/archived/sulu.redirect-bundle/2e8505bd3dd91e8672af9221b13de48c6944c0e4.json b/archived/sulu.redirect-bundle/2e8505bd3dd91e8672af9221b13de48c6944c0e4.json new file mode 100644 index 00000000..11e3fe56 --- /dev/null +++ b/archived/sulu.redirect-bundle/2e8505bd3dd91e8672af9221b13de48c6944c0e4.json @@ -0,0 +1,40 @@ +{ + "manifests": { + "sulu/redirect-bundle": { + "manifest": { + "bundles": { + "Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " * The SuluRedirectBundle is almost ready:", + " 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.", + " 2. If the statements look fine to you, run the same command using --force to execute them.", + " 3. Make sure your user has all the necessary permissions for the SuluRedirectBundle.", + "", + " * Read the documentation at https://github.com/sulu/SuluRedirectBundle/blob/2.x/Resources/doc/README.md" + ] + }, + "files": { + "config/routes/sulu_redirect_admin.yaml": { + "contents": [ + "sulu_redirect_api:", + " resource: \"@SuluRedirectBundle/Resources/config/routing_api.yml\"", + " prefix: /admin/api", + "", + "sulu_redirect:", + " resource: \"@SuluRedirectBundle/Resources/config/routing.yml\"", + " prefix: /admin/redirects", + "" + ], + "executable": false + } + }, + "ref": "2e8505bd3dd91e8672af9221b13de48c6944c0e4" + } + } +} diff --git a/sulu.redirect-bundle.2.0.json b/sulu.redirect-bundle.2.0.json index d8178dc4..11e3fe56 100644 --- a/sulu.redirect-bundle.2.0.json +++ b/sulu.redirect-bundle.2.0.json @@ -23,7 +23,6 @@ "config/routes/sulu_redirect_admin.yaml": { "contents": [ "sulu_redirect_api:", - " type: rest", " resource: \"@SuluRedirectBundle/Resources/config/routing_api.yml\"", " prefix: /admin/api", "", @@ -35,7 +34,7 @@ "executable": false } }, - "ref": "166e0df09e1903b610e2d6de48357afd52fb79b3" + "ref": "2e8505bd3dd91e8672af9221b13de48c6944c0e4" } } }