diff --git a/index.json b/index.json index 5365ab1..3cabb57 100644 --- a/index.json +++ b/index.json @@ -8,6 +8,9 @@ ], "webindustry/video-bundle": [ "2.0" + ], + "webindustry/html2pdf-bundle": [ + "2.0" ] }, "branch": "master", diff --git a/webindustry.html2pdf-bundle.2.0.json b/webindustry.html2pdf-bundle.2.0.json new file mode 100644 index 0000000..6da9662 --- /dev/null +++ b/webindustry.html2pdf-bundle.2.0.json @@ -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://.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" + } + } +}