Add flex recipe for SuluHeadlessBundle

This commit is contained in:
Luca Rath-Heel
2020-08-28 13:00:07 +02:00
parent 04a0d635c9
commit 62b6b46683
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.