Files
symfony-recipes/webindustry.html2pdf-bundle.2.0.json
2024-03-13 16:59:26 +01:00

37 lines
1.3 KiB
JSON

{
"manifests": {
"webindustry/html2pdf-bundle": {
"manifest": {
"bundles": {
"Html2PdfBundle\\Html2PdfBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
}
},
"files": {
"config/packages/html2pdf-bundle.yaml": {
"contents": [
"html2_pdf:",
"",
" # Public web folder, relative to project dir (default 'public')",
" public_dir: public",
"",
" # API Gateway endpoint",
" api_endpoint_url: 'https://<rest-api-id>.execute-api.eu-west-1.amazonaws.com/html2pdf'",
" api_client_id: client-id",
" api_client_secret: client-secret",
"",
" # Ghostscript binary path (optional, default: '/usr/bin/gs')",
" ghostscript_bin: '/usr/bin/gs'"
],
"executable": false
}
},
"ref": "2cdf4e5802f502ae34c5b03cc37bab70b6a2b8a5"
}
}
}