- title: String, optional
Voorbeeld:"Programma" - text: String/HTML, optional
Voorbeeld:"<p>Introductietekst</p>" - overview: Array
, optional
Voorbeeld:[{ "name": "Opening", "startTime": "10.00" }] - overview[].name: String
Voorbeeld:"Opening" - overview[].startDate: String date, optional
Voorbeeld:"2026-06-01" - overview[].startTime: String, optional
Voorbeeld:"10.00" - overview[].endDate: String date, optional
Voorbeeld:"2026-06-02" - overview[].endTime: String, optional
Voorbeeld:"11.00" - overview[].url: String URL, optional
Voorbeeld:"/programma/opening" - overview[].text: String/HTML, optional
Voorbeeld:"<p>Beschrijving</p>" - overview[].location: Object, optional
Voorbeeld:{ "text": "RAI Amsterdam", "url": "https://example.com" } - overview[].location.text: String
Voorbeeld:"RAI Amsterdam" - overview[].location.url: String URL
Voorbeeld:"https://example.com" - titleAlign: String, optional
Voorbeeld:"center" - bgColor: String, optional
Voorbeeld:"var(--secondary-color-light)"
Opmerking: De gevonden configuratie gebruikt snake_case keys zoals title_align, bg_color en start_time; de Vue props zijn camelCase. date_based_view staat in de gevonden configuratie maar is geen prop in de huidige Vue component.
