Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-02-19 11:12:46 +00:00
parent 5aa500f538
commit b83891573e
3 changed files with 65 additions and 0 deletions
@@ -0,0 +1,31 @@
{
"manifests": {
"kunstmaan/cookie-bundle": {
"manifest": {
"bundles": {
"Kunstmaan\\CookieBundle\\KunstmaanCookieBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/kunstmaan_cookie.yaml": {
"contents": [
"KunstmaanCookieBundle:",
" resource: \"@KunstmaanCookieBundle/Resources/config/routing.yml\"",
" # If your site is not multilanguage, remove the \"{_locale}/\" part of prefix and requirements",
" prefix: /{_locale}/",
" requirements:",
" _locale: \"%kunstmaan_admin.required_locales%\"",
""
],
"executable": false
}
},
"ref": "23aa5cbfcce8b587a5751a137bd09ab7fc3a8af8"
}
}
}
+3
View File
@@ -721,6 +721,9 @@
"kunstmaan/config-bundle": [
"5.2"
],
"kunstmaan/cookie-bundle": [
"6.0"
],
"kunstmaan/dashboard-bundle": [
"5.2"
],
+31
View File
@@ -0,0 +1,31 @@
{
"manifests": {
"kunstmaan/cookie-bundle": {
"manifest": {
"bundles": {
"Kunstmaan\\CookieBundle\\KunstmaanCookieBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/kunstmaan_cookie.yaml": {
"contents": [
"KunstmaanCookieBundle:",
" resource: \"@KunstmaanCookieBundle/Resources/config/routing.yml\"",
" # If your site is not multilanguage, remove the \"{_locale}/\" part of prefix and requirements",
" prefix: /{_locale}/",
" requirements:",
" _locale: \"%kunstmaan_admin.required_locales%\"",
""
],
"executable": false
}
},
"ref": "23aa5cbfcce8b587a5751a137bd09ab7fc3a8af8"
}
}
}