29 lines
492 B
Plaintext
Executable File
29 lines
492 B
Plaintext
Executable File
{
|
|
"version": 2,
|
|
"keys": [
|
|
"duration",
|
|
"enabled",
|
|
"location",
|
|
"name",
|
|
"position",
|
|
"type"
|
|
],
|
|
"data": {
|
|
"0": {
|
|
"location": "data/uploads/sample.jpg",
|
|
"duration": 10,
|
|
"type": "picture",
|
|
"enabled": true,
|
|
"name": "Picture Sample",
|
|
"position": 0
|
|
},
|
|
"1": {
|
|
"location": "https://unix.org",
|
|
"duration": 20,
|
|
"type": "url",
|
|
"enabled": true,
|
|
"name": "URL Sample",
|
|
"position": 1
|
|
}
|
|
}
|
|
} |