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

43 lines
1.6 KiB
JSON

{
"manifests": {
"kunstmaan/pagepart-bundle": {
"manifest": {
"bundles": {
"Kunstmaan\\PagePartBundle\\KunstmaanPagePartBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/kunstmaan_pagepart.yaml": {
"contents": [
"imports:",
" - { resource: '../kunstmaancms/**/*.yml', ignore_errors: true}",
"",
"kunstmaan_page_part:",
" extended_pagepart_chooser: true",
""
],
"executable": false
},
"config/routes/kunstmaan_pagepart.yaml": {
"contents": [
"KunstmaanPagePartBundle:",
" resource: \"@KunstmaanPagePartBundle/Resources/config/routing.yml\"",
" # If your site is not multi language, remove the \"{_locale}/\" part of prefix and requirements",
" prefix: /{_locale}/",
" requirements:",
" _locale: \"%kunstmaan_admin.required_locales%\"",
""
],
"executable": false
}
},
"ref": "d4e16ada4cfba27365aea43711e01dc7fe103d30"
}
}
}