Duncan Tourolle e972fb864e
All checks were successful
Python CI / test (push) Successful in 1m22s
Lint / lint (push) Successful in 1m20s
Tests / test (3.10) (push) Successful in 1m4s
Tests / test (3.11) (push) Successful in 1m5s
Tests / test (3.9) (push) Successful in 58s
More bug fixes and usability changes
2025-11-21 23:06:06 +01:00

41 lines
661 B
JSON

{
"name": "Two_Column",
"description": "2 equal vertical columns with 5mm spacing and borders",
"page_size_mm": [
200,
200
],
"elements": [
{
"type": "placeholder",
"position": [
5,
5
],
"size": [
92.5,
190
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
},
{
"type": "placeholder",
"position": [
102.5,
5
],
"size": [
92.5,
190
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
}
]
}