Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-06-29 13:23:59 +00:00
parent e82eb819ed
commit 82780e6d2b
2 changed files with 31 additions and 2 deletions
@@ -0,0 +1,29 @@
{
"manifests": {
"nucleos/dompdf-bundle": {
"manifest": {
"bundles": {
"Nucleos\\DompdfBundle\\NucleosDompdfBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/nucleos_dompdf.yaml": {
"contents": [
"nucleos_dompdf:",
" defaults:",
" chroot: '%kernel.project_dir%/public/assets' # See https://github.com/dompdf/dompdf/wiki/Usage#options",
" logOutputFile: '' # Prevent creating `/tmp/log.htm` which causes problems in some server configurations",
""
],
"executable": false
}
},
"ref": "0a89461aec4873f9205f1fc04c96c607116abb2e"
}
}
}
+2 -2
View File
@@ -16,14 +16,14 @@
"contents": [
"nucleos_dompdf:",
" defaults:",
" chroot: '%kernel.project_dir%/public/assets' # See https://github.com/dompdf/dompdf/wiki/Usage#security-restrictions-for-local-files",
" chroot: '%kernel.project_dir%/public/assets' # See https://github.com/dompdf/dompdf/wiki/Usage#options",
" logOutputFile: '' # Prevent creating `/tmp/log.htm` which causes problems in some server configurations",
""
],
"executable": false
}
},
"ref": "ac77a0c751bdccab42ddc73d7290719b31ecb691"
"ref": "0a89461aec4873f9205f1fc04c96c607116abb2e"
}
}
}