Spaces:
Running
Running
Create slide_config.json
Browse files- slide_config.json +16 -0
slide_config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"slides": [
|
3 |
+
{
|
4 |
+
"id": "slide_01",
|
5 |
+
"image": "images/01_mg.jpg",
|
6 |
+
"text": "This is the first slide.",
|
7 |
+
"video": "https://www.youtube.com/embed/dQw4w9WgXcQ"
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"id": "slide_02",
|
11 |
+
"image": "images/02_mg.jpg",
|
12 |
+
"text": "This is the second slide.",
|
13 |
+
"video": "https://www.youtube.com/embed/3JZ_D3ELwOQ"
|
14 |
+
}
|
15 |
+
]
|
16 |
+
}
|