mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Badges: Add new export page format 70x36
This commit is contained in:
@@ -168,6 +168,14 @@ OPTIONS = OrderedDict([
|
|||||||
'offsets': [46 * mm, 46 * mm],
|
'offsets': [46 * mm, 46 * mm],
|
||||||
'pagesize': pagesizes.A4,
|
'pagesize': pagesizes.A4,
|
||||||
}),
|
}),
|
||||||
|
('lyreco_70x36', {
|
||||||
|
'name': 'Lyreco 70 x 36 mm (143.344)',
|
||||||
|
'cols': 3,
|
||||||
|
'rows': 8,
|
||||||
|
'margins': [4.5 * mm, 0 * mm, 4.5 * mm, 0 * mm],
|
||||||
|
'offsets': [70 * mm, 36 * mm],
|
||||||
|
'pagesize': pagesizes.A4,
|
||||||
|
}),
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user