Merge pull request #997

This commit is contained in:
symfony-flex-server[bot]
2020-09-08 16:12:26 +00:00
committed by GitHub
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,3 @@
sulu_headless:
type: portal
resource: "@SuluHeadlessBundle/Resources/config/routing_website.yml"
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Sulu\\Bundle\\HeadlessBundle\\SuluHeadlessBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,7 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* The <fg=green>SuluHeadlessBundle</> is almost ready:
Change the controller of your templates to <info>Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController::indexAction</>.
Read the documentation at <comment>https://github.com/sulu/SuluHeadlessBundle/blob/master/README.md</> to learn how.