This commit is contained in:
Kara Engelhardt
2026-07-28 11:30:50 +02:00
parent 802a7b3a24
commit edd5f29524
11 changed files with 431 additions and 123 deletions
+1 -1
View File
@@ -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 {