Files
symfony-flex-recipes-contrib/numberninecms.cms.0.2.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

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"
}
}
}