24 lines
479 B
JSON
24 lines
479 B
JSON
{
|
|
"meta": {
|
|
"name": "Example Story Name",
|
|
"theme_color": "#000000",
|
|
"text_color": "#111111",
|
|
"bg_color": "#f0f0f0",
|
|
"font": "Arial, sans-serif",
|
|
"organizer": "Example Organizer",
|
|
"log_prefix": "LOG"
|
|
},
|
|
"events": [
|
|
{
|
|
"title": "TITLE[1]",
|
|
"hint": "OPTIONAL_CODE",
|
|
"story": "HTML CONTENT FOR ENTRY 1"
|
|
},
|
|
{
|
|
"title": "TITLE[2]",
|
|
"hint": "OPTIONAL_CODE",
|
|
"story": "HTML CONTENT FOR ENTRY 2"
|
|
}
|
|
]
|
|
}
|