forked from CGM_Public/pretix_original
WIP
This commit is contained in:
@@ -232,7 +232,7 @@ class PassStyle:
|
||||
# order here limits in what order users can configure field "overspilling" (if too many fields are defined, where should the rest go) -> can only go down in the list
|
||||
# we evaluate the fields in this order, so they overspill in this order as well (fields from primary are appended to the overspilling field before fields from secondary are etc)
|
||||
fieldgroups: list[FieldGroup]
|
||||
preview_layout: str | None
|
||||
preview_layout: list | None
|
||||
|
||||
def asdict(self):
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user