Skip to content

Commit 035871d

Browse files
Update Sulu Headless Bundle recipe for 3.0 release (#1984)
1 parent 1ab4b7c commit 035871d

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
* The <fg=green>SuluHeadlessBundle</> is almost ready:
22
Change the controller of your templates to <info>Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController::indexAction</>.
3-
Read the documentation at <comment>https://github.com/sulu/SuluHeadlessBundle/blob/0.x/README.md</> to learn how.
3+
Read the documentation at <comment>https://github.com/sulu/SuluHeadlessBundle/blob/1.1.0/README.md</> to learn how.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sulu_headless:
2+
type: portal
3+
resource: "@SuluHeadlessBundle/Resources/config/routing_website.yaml"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Sulu\\Bundle\\HeadlessBundle\\SuluHeadlessBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* The <fg=green>SuluHeadlessBundle</> is almost ready:
2+
Change the controller of your templates to <info>Sulu\Bundle\HeadlessBundle\Controller\HeadlessWebsiteController::indexAction</>.
3+
Read the documentation at <comment>https://github.com/sulu/SuluHeadlessBundle/blob/3.0/README.md</> to learn how.

0 commit comments

Comments
 (0)