Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-05-15 00:59:39 +00:00
parent 99eb6b51d8
commit ac5cc630ce
4 changed files with 129 additions and 2 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [connectholland/cookie-consent-bundle](https://packagist.org/packages/connectholland/cookie-consent-bundle) | [0.4](connectholland/cookie-consent-bundle/0.4) |
| [connectholland/timechimp-bundle](https://packagist.org/packages/connectholland/timechimp-bundle) | [1.0](connectholland/timechimp-bundle/1.0) |
| [connectholland/uptime-robot-bundle](https://packagist.org/packages/connectholland/uptime-robot-bundle) | [1.0](connectholland/uptime-robot-bundle/1.0) |
| [contao/core-bundle](https://packagist.org/packages/contao/core-bundle) | [4.6](contao/core-bundle/4.6) |
| [contao/core-bundle](https://packagist.org/packages/contao/core-bundle) | [5.0](contao/core-bundle/5.0) |
| [contao/installation-bundle](https://packagist.org/packages/contao/installation-bundle) | [4.10](contao/installation-bundle/4.10) |
| [contentful/contentful-bundle](https://packagist.org/packages/contentful/contentful-bundle) | [4.0](contentful/contentful-bundle/4.0) |
| [core23/facebook-bundle](https://packagist.org/packages/core23/facebook-bundle) | [0.4](core23/facebook-bundle/0.4) |
@@ -0,0 +1,63 @@
{
"manifests": {
"contao/core-bundle": {
"manifest": {
"bundles": {
"Contao\\CoreBundle\\ContaoCoreBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"contao:install %PUBLIC_DIR%": "symfony-cmd",
"contao:symlinks %PUBLIC_DIR%": "symfony-cmd"
},
"gitignore": [
"/assets/",
"/files/",
"/public/assets",
"/public/files/",
"/public/share/",
"/public/system/",
"/system/*",
"!/system/config/",
"/system/config/localconfig.php",
"/system/config/tcpdf.php",
"/system/modules/*/.skip"
],
"post-install-output": [
" * Enable ESI in the <fg=green>config/packages/framework.yaml</> file.",
"",
" * Add the Contao routes to your <fg=green>config/routing.yaml</> file and",
" make sure they are loaded at the very end.",
"",
" * Edit your <fg=green>config/security.yaml</> file and include all the",
" necessary providers, firewalls and access control sections.",
"",
"Documentation: https://docs.contao.org/dev/"
]
},
"files": {
"config/packages/contao_core.yaml": {
"contents": [
"# See https://github.com/contao/core-bundle",
"contao:",
" preview_script: '/preview.php'",
" upload_path: files",
" csrf_token_name: contao_csrf_token",
" pretty_error_screens: true",
"",
"when@dev:",
" contao:",
" pretty_error_screens: false",
""
],
"executable": false
}
},
"ref": "32b4f919e5ed3c63f8be2e906e34fe91d0a89e04"
}
}
}
+63
View File
@@ -0,0 +1,63 @@
{
"manifests": {
"contao/core-bundle": {
"manifest": {
"bundles": {
"Contao\\CoreBundle\\ContaoCoreBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"contao:install %PUBLIC_DIR%": "symfony-cmd",
"contao:symlinks %PUBLIC_DIR%": "symfony-cmd"
},
"gitignore": [
"/assets/",
"/files/",
"/public/assets",
"/public/files/",
"/public/share/",
"/public/system/",
"/system/*",
"!/system/config/",
"/system/config/localconfig.php",
"/system/config/tcpdf.php",
"/system/modules/*/.skip"
],
"post-install-output": [
" * Enable ESI in the <fg=green>config/packages/framework.yaml</> file.",
"",
" * Add the Contao routes to your <fg=green>config/routing.yaml</> file and",
" make sure they are loaded at the very end.",
"",
" * Edit your <fg=green>config/security.yaml</> file and include all the",
" necessary providers, firewalls and access control sections.",
"",
"Documentation: https://docs.contao.org/dev/"
]
},
"files": {
"config/packages/contao_core.yaml": {
"contents": [
"# See https://github.com/contao/core-bundle",
"contao:",
" preview_script: '/preview.php'",
" upload_path: files",
" csrf_token_name: contao_csrf_token",
" pretty_error_screens: true",
"",
"when@dev:",
" contao:",
" pretty_error_screens: false",
""
],
"executable": false
}
},
"ref": "32b4f919e5ed3c63f8be2e906e34fe91d0a89e04"
}
}
}
+2 -1
View File
@@ -290,7 +290,8 @@
"1.0"
],
"contao/core-bundle": [
"4.6"
"4.6",
"5.0"
],
"contao/installation-bundle": [
"4.6",