feat: paginate React cards like print
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user