send or print newsletter preview

This commit is contained in:
Julian Krauser 2024-12-28 18:03:33 +01:00
parent 5a59a63e4a
commit 5f827fb177
15 changed files with 355 additions and 28 deletions

View file

@ -26,7 +26,9 @@ export abstract class PdfExport {
const { header, footer, body } = await TemplateHelper.renderFileForModule({
module: template,
headerData: data,
bodyData: data,
footerData: data,
title: title,
});