This commit is contained in:
Kara Engelhardt
2026-08-11 09:54:14 +02:00
parent bbce710667
commit 291a1dcd53
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 {