mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"numberninecms/cms": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"NumberNine\\Bundle\\NumberNineBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"copy-from-package": {
|
|
"install/docker-compose.yml": "docker-compose.yml",
|
|
"install/docker/": "docker/",
|
|
"install/public/": "%PUBLIC_DIR%/"
|
|
},
|
|
"gitignore": [
|
|
"/public/admin",
|
|
"/public/uploads"
|
|
],
|
|
"post-install-output": [
|
|
" * <fg=blue>Run</> <comment>php bin/console numbernine:docker:install</>",
|
|
"",
|
|
" * <fg=blue>Read</> the documentation at <comment>https://numberninecms.github.io/</>"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/routes/numbernine.yaml": {
|
|
"contents": [
|
|
"numbernine:",
|
|
" resource: '@NumberNineBundle/Resources/config/routing.yaml'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "05febb5d67411bb2646db60ba5a4a12813609c27"
|
|
}
|
|
}
|
|
}
|