feat: add compact dual-QR document frame

This commit is contained in:
user
2026-07-16 08:55:24 +02:00
parent 374f047290
commit 462ce93968
3 changed files with 220 additions and 121 deletions
+1 -1
View File
@@ -311,7 +311,7 @@
},
"show_qr": { "type": "boolean" },
"show_repository_qr": { "type": "boolean" },
"height_cm": { "const": 3 },
"height_cm": { "enum": [2.6, 3] },
"repeat_on_every_page": { "const": true },
"replace_front_matter": { "const": true }
},