41 lines
661 B
JSON
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": ""
|
|
}
|
|
]
|
|
}
|