forked from CGM_Public/pretix_original
PDF editor: Change default text
This commit is contained in:
@@ -382,7 +382,7 @@ var editor = {
|
||||
},
|
||||
|
||||
_add_text: function () {
|
||||
var text = new fabric.Textarea(editor._get_text_sample('item'), {
|
||||
var text = new fabric.Textarea(editor._get_text_sample('event_name'), {
|
||||
left: 100,
|
||||
top: 100,
|
||||
width: editor._mm2px(50),
|
||||
|
||||
Reference in New Issue
Block a user