obscreen/data/slideshow.json.dist
2024-02-26 14:33:02 +01:00

23 lines
394 B
Plaintext
Executable File

{
"data": [
{
"id": 0,
"location": "data/uploads/sample.jpg",
"duration": 10,
"type": "picture",
"enabled": true,
"name": "Picture Sample",
"position": 0
},
{
"id": 1,
"location": "https://unix.org",
"duration": 20,
"type": "url",
"enabled": true,
"name": "URL Sample",
"position": 1
}
]
}