Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-03-31 13:22:59 +00:00
parent 320f911c8e
commit ea85db6ff3
21 changed files with 734 additions and 3 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#security-restrictions-for-local-files",
" logOutputFile: '' # Prevent creating `/tmp/log.htm` which causes problems in some server configurations",
""
],
"executable": false
}
},
"ref": "ac77a0c751bdccab42ddc73d7290719b31ecb691"
}
}
}