Built-in List Types
| Type | Backend label | Data container | Driver class |
|---|---|---|---|
flare_generic_dc | Data Container | user-selected | HeimrichHannot\FlareBundle\List\Driver\GenericDataContainerListDriver |
flare_news | News | tl_news | HeimrichHannot\FlareBundle\List\Driver\NewsListDriver |
flare_events | Events | tl_calendar_events | HeimrichHannot\FlareBundle\Integration\ContaoCalendar\ListDriver\EventsListDriver |
Notes
- Data Container (
flare_generic_dc) is the universal list type: pick any DCA table in the backend configuration. Parent-table (ptable) relationships are inferred automatically where possible. - News (
flare_news) joinstl_news_archiveand adds apublishedfilter by default; adding your own published filter replaces the default one. - Events (
flare_events) is only available whencontao/calendar-bundleis installed. It joinstl_calendarand also adds a defaultpublishedfilter. See Integrations / Contao Calendar.
To create your own, see Developers / Custom List Drivers.