mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
PDF editor: Allow combinations of placeholders
This commit is contained in:
committed by
Raphael Michel
parent
4ae7cc9f50
commit
02f8bcbe23
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user