mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Fix: match content to placeholder for textfield in editor (ticket, badge)
This commit is contained in:
@@ -658,7 +658,7 @@ var editor = {
|
||||
lockRotation: false,
|
||||
fontFamily: 'Open Sans',
|
||||
lineHeight: 1,
|
||||
content: 'item',
|
||||
content: 'event_name',
|
||||
editable: false,
|
||||
fontSize: editor._pt2px(13)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user