obscreen/data/db/slideshow.json.dist
2024-05-17 13:57:09 +02:00

37 lines
668 B
Plaintext
Executable File

{
"version": 2,
"keys": [
"duration",
"enabled",
"location",
"name",
"position",
"type",
"cron_schedule",
"cron_schedule_end",
"created_by",
"updated_by",
"created_at",
"updated_at"
],
"data": {
"0": {
"location": "data/uploads/sample.jpg",
"duration": 10,
"type": "picture",
"enabled": true,
"name": "Picture Sample",
"position": 0,
"cron_schedule": null
},
"1": {
"location": "https://unix.org",
"duration": 20,
"type": "url",
"enabled": true,
"name": "URL Sample",
"position": 1,
"cron_schedule": null
}
}
}