Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sulu/headless-bundle/0.1/post-install.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* 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/0.x/README.md</> to learn how.
Read the documentation at <comment>https://github.com/sulu/SuluHeadlessBundle/blob/1.1.0/README.md</> to learn how.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sulu_headless:
type: portal
resource: "@SuluHeadlessBundle/Resources/config/routing_website.yaml"
8 changes: 8 additions & 0 deletions sulu/headless-bundle/3.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Sulu\\Bundle\\HeadlessBundle\\SuluHeadlessBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
3 changes: 3 additions & 0 deletions sulu/headless-bundle/3.0/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 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/3.0/README.md</> to learn how.
Loading