feat: paginate React cards like print

This commit is contained in:
user
2026-07-17 09:49:21 +02:00
parent b8b122abb9
commit 0816f27053
5 changed files with 115 additions and 23 deletions
+8
View File
@@ -31,6 +31,10 @@
"debug_checkpoints": {
"$ref": "#/$defs/debugCheckpoints"
},
"render_dictionary": {
"type": "boolean",
"description": "Czy React/HTML ma dodać końcową stronę słownika WE/EN/EK/KW."
},
"template": {
"type": "string",
"minLength": 1
@@ -547,6 +551,10 @@
"content_tex": {
"type": "string"
},
"asset_page_mode": {
"enum": ["flow", "one-per-page"],
"description": "Sposób paginacji assetów. one-per-page wymusza osobną kartkę A4 w HTML i PDF."
},
"area_tree_refs": {
"$ref": "#/$defs/stringList"
},