PDF editor: Allow combinations of placeholders

This commit is contained in:
Raphael Michel
2022-03-13 14:44:35 +01:00
committed by Raphael Michel
parent 4ae7cc9f50
commit 02f8bcbe23
2 changed files with 27 additions and 1 deletions

View File

@@ -190,6 +190,7 @@ var editor = {
bottom: editor._px2mm(editor.pdf_viewport.height - o.height * o.scaleY - top).toFixed(2),
size: editor._px2mm(o.height * o.scaleY).toFixed(2),
content: o.content,
text: o.text,
nowhitespace: o.nowhitespace || false,
});
} else if (o.type === "poweredby") {