-
Notifications
You must be signed in to change notification settings - Fork 2
Drew's versions of Exhibits & Upcoming Events list page
Casey Grzecka edited this page Sep 10, 2021
·
1 revision
-
SectionHighlights
- items: [{...BlockHighlight},{...BlockHighlight}]
-
BlockHighlight
- title
- image
- date
- isOnline
- hasTriangle (used to turn on clippy path detail)
- text
- to
- isVertical: (false will show the side-by-side style )
-
HeaderChildCalendar
- date (should be a datestamp)
-
BlockDay (already done, but update as per my TODO)
- date
-
BlockEvent
- category (string)
- title
- dates: [] (should be array of datestamps)
- time
-
SectionDay
- items: [{...BlockEvent}, {...}]
-
HeaderChildDateRanges
- items: [{startDate, endDate, name}, {...}]