mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"sulu/headless-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Sulu\\Bundle\\HeadlessBundle\\SuluHeadlessBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
" * 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/1.1.0/README.md</> to learn how."
|
|
]
|
|
},
|
|
"files": {
|
|
"config/routes/sulu_headless_website.yaml": {
|
|
"contents": [
|
|
"sulu_headless:",
|
|
" type: portal",
|
|
" resource: \"@SuluHeadlessBundle/Resources/config/routing_website.yml\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "7a29751a2239413c9ca0641303bc600d1dd236ed"
|
|
}
|
|
}
|
|
}
|