Files
symfony-flex-recipes-contrib/kunstmaan.node-bundle.5.2.json
T
github-action botandgithub-action bot 030c77cfa8 Update Flex endpoint
2021-09-22 13:12:29 +00:00

40 lines
1.4 KiB
JSON

{
"manifests": {
"kunstmaan/node-bundle": {
"manifest": {
"bundles": {
"Kunstmaan\\NodeBundle\\KunstmaanNodeBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"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
},
"config/packages/kunstmaan_node.yaml": {
"contents": [
"kunstmaan_node:",
" lock:",
" enabled: true",
""
],
"executable": false
}
},
"ref": "dc1275d2e7548fba16eb631049f26ccef4523b8e"
}
}
}