mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|