set default A4

This commit is contained in:
Ludy87 2025-05-04 18:59:30 +02:00
parent 71ab5eadf1
commit 7d2c0932d6
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -14,6 +14,7 @@ public class PageSizeRequest extends PDFComparison {
@Schema(
description = "Standard Page Size",
allowableValues = {"A0", "A1", "A2", "A3", "A4", "A5", "A6", "LETTER", "LEGAL"},
defaultValue = "A4",
requiredMode = Schema.RequiredMode.REQUIRED)
private String standardPageSize;
}