Recipe per html2pdf-bundle
This commit is contained in:
@@ -8,6 +8,9 @@
|
|||||||
],
|
],
|
||||||
"webindustry/video-bundle": [
|
"webindustry/video-bundle": [
|
||||||
"2.0"
|
"2.0"
|
||||||
|
],
|
||||||
|
"webindustry/html2pdf-bundle": [
|
||||||
|
"2.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
|
|||||||
36
webindustry.html2pdf-bundle.2.0.json
Normal file
36
webindustry.html2pdf-bundle.2.0.json
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user