diff --git a/sulu/headless-bundle/0.1/config/routes/sulu_headless_website.yaml b/sulu/headless-bundle/0.1/config/routes/sulu_headless_website.yaml new file mode 100644 index 00000000..cef3d711 --- /dev/null +++ b/sulu/headless-bundle/0.1/config/routes/sulu_headless_website.yaml @@ -0,0 +1,3 @@ +sulu_headless: + type: portal + resource: "@SuluHeadlessBundle/Resources/config/routing_website.yml" diff --git a/sulu/headless-bundle/0.1/manifest.json b/sulu/headless-bundle/0.1/manifest.json new file mode 100644 index 00000000..34ee1106 --- /dev/null +++ b/sulu/headless-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Sulu\\Bundle\\HeadlessBundle\\SuluHeadlessBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/sulu/headless-bundle/0.1/post-install.txt b/sulu/headless-bundle/0.1/post-install.txt new file mode 100644 index 00000000..5f00756d --- /dev/null +++ b/sulu/headless-bundle/0.1/post-install.txt @@ -0,0 +1,7 @@ + + What's next? + + + * The SuluHeadlessBundle is almost ready: + Change the controller of your templates to Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController::indexAction. + Read the documentation at https://github.com/sulu/SuluHeadlessBundle/blob/master/README.md to learn how.