PrintPage Block - add parameters in advanced settings and enable debugging (#4491)

This commit is contained in:
Marc Kelechava
2026-01-19 15:26:30 -08:00
committed by GitHub
parent 4315381043
commit a795254f45
9 changed files with 91 additions and 62 deletions

View File

@@ -561,6 +561,7 @@ class PrintPageBlockYAML(BlockYAML):
format: PDFFormat = PDFFormat.A4
landscape: bool = False
print_background: bool = True
parameter_keys: list[str] | None = None
PARAMETER_YAML_SUBCLASSES = (