-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatured-sections.json
More file actions
29 lines (29 loc) · 958 Bytes
/
featured-sections.json
File metadata and controls
29 lines (29 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"sections": [
{
"id": "section-test-classics",
"title": "Classic Films",
"description": "Timeless cinema from the golden age of Hollywood",
"enabled": true,
"videos": [
{
"id": "night_of_the_living_dead",
"title": "Night of the Living Dead",
"creator": "George A. Romero"
},
{
"id": "the_little_shop_of_horrors",
"title": "The Little Shop of Horrors",
"creator": "Roger Corman"
},
{
"id": "Nosferatu",
"title": "Nosferatu",
"creator": "F.W. Murnau"
}
],
"updated": "2026-01-21T00:00:00+00:00"
}
],
"updated": "2026-01-21T00:00:00+00:00"
}