Files
symfony-flex-recipes-contrib/kunstmaan.node-bundle.5.5.json
github-action[bot]andgithub-action[bot] 07bebab4b0 Update Flex endpoint
2021-11-15 21:21:31 +00:00

42 lines
1.5 KiB
JSON

{
"manifests": {
"kunstmaan/node-bundle": {
"manifest": {
"bundles": {
"Kunstmaan\\NodeBundle\\KunstmaanNodeBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/kunstmaan_node.yaml": {
"contents": [
"kunstmaan_node:",
" lock:",
" enabled: true",
" enable_permissions: false",
""
],
"executable": false
},
"config/routes/kunstmaan_node.yaml": {
"contents": [
"KunstmaanNodeBundle:",
" resource: \"@KunstmaanNodeBundle/Resources/config/routing.yml\"",
" # If your site is not multi language, remove the \"{_locale}/\" part of the prefix and the requirements",
" prefix: /{_locale}/",
" requirements:",
" _locale: \"%kunstmaan_admin.required_locales%\"",
""
],
"executable": false
}
},
"ref": "d8f05c24426d6314c7aedc34362bf1447a51223c"
}
}
}