slideshow template

This commit is contained in:
jr-k 2024-02-19 15:36:04 +01:00
parent 9e27dc47f9
commit 48164fc9a2

View File

@ -1,4 +1,14 @@
[
{"location":"data/uploads/sample.jpg","delay":10,"type":"picture"},
{"location":"https://unix.org","delay":20,"type":"url"}
{
"data": [
{
"location": "data/uploads/sample.jpg",
"delay": 10,
"type": "picture"
},
{
"location": "https://unix.org",
"delay": 20,
"type": "url"
}
]
}