mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44: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,
|
lockRotation: false,
|
||||||
fontFamily: 'Open Sans',
|
fontFamily: 'Open Sans',
|
||||||
lineHeight: 1,
|
lineHeight: 1,
|
||||||
content: 'item',
|
content: 'event_name',
|
||||||
editable: false,
|
editable: false,
|
||||||
fontSize: editor._pt2px(13)
|
fontSize: editor._pt2px(13)
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user