Files
pyPhotoAlbum/pyPhotoAlbum/templates/Grid_3x3.json
T
dtourolle e972fb864e
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

146 lines
2.3 KiB
JSON

{
"name": "Grid_3x3",
"description": "3x3 grid layout with 5mm spacing and borders",
"page_size_mm": [
200,
200
],
"elements": [
{
"type": "placeholder",
"position": [
5,
5
],
"size": [
60,
60
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
},
{
"type": "placeholder",
"position": [
70,
5
],
"size": [
60,
60
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
},
{
"type": "placeholder",
"position": [
135,
5
],
"size": [
60,
60
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
},
{
"type": "placeholder",
"position": [
5,
70
],
"size": [
60,
60
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
},
{
"type": "placeholder",
"position": [
70,
70
],
"size": [
60,
60
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
},
{
"type": "placeholder",
"position": [
135,
70
],
"size": [
60,
60
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
},
{
"type": "placeholder",
"position": [
5,
135
],
"size": [
60,
60
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
},
{
"type": "placeholder",
"position": [
70,
135
],
"size": [
60,
60
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
},
{
"type": "placeholder",
"position": [
135,
135
],
"size": [
60,
60
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
}
]
}