pyPhotoAlbum/pyPhotoAlbum/templates/Single_Large.json
2025-11-11 16:02:02 +00:00

50 lines
833 B
JSON

{
"name": "Single_Large",
"description": "Single large image placeholder with title text (square page, margins applied at use time)",
"page_size_mm": [
210,
210
],
"elements": [
{
"type": "textbox",
"position": [
0,
0
],
"size": [
210,
25
],
"rotation": 0,
"z_index": 1,
"text_content": "Title",
"font_settings": {
"family": "Arial",
"size": 24,
"color": [
0,
0,
0
]
},
"alignment": "center"
},
{
"type": "placeholder",
"position": [
0,
25
],
"size": [
210,
185
],
"rotation": 0,
"z_index": 0,
"placeholder_type": "image",
"default_content": ""
}
]
}