Files
symfony-flex-recipes-contrib/vincentchalamon.nav-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 8067a9c5df Update Flex endpoint
2021-11-23 10:27:40 +00:00

44 lines
1.5 KiB
JSON

{
"manifests": {
"vincentchalamon/nav-bundle": {
"manifest": {
"bundles": {
"NavBundle\\NavBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
},
"env": {
"NAV_URL": "http://user:password@host/WS/Page/"
}
},
"files": {
"config/packages/nav.yaml": {
"contents": [
"# Read the documentation: https://github.com/vincentchalamon/nav-bundle",
"nav:",
" enable_profiler: '%kernel.debug%'",
" url: '%env(NAV_URL)%' # i.e.: https://user:pass@www.example.com/NAV_WS/",
" paths:",
" App:",
" path: '%kernel.project_dir%/src/Entity'",
" namespace: 'App/Entity'",
""
],
"executable": false
},
"src/Entity/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "92fc2eb188beaea20b31f2c3bf8e0a07914d5018"
}
}
}