Skip to main content
Version: v0.2 (next)

Built-in List Types

TypeBackend labelData containerDriver class
flare_generic_dcData Containeruser-selectedHeimrichHannot\FlareBundle\List\Driver\GenericDataContainerListDriver
flare_newsNewstl_newsHeimrichHannot\FlareBundle\List\Driver\NewsListDriver
flare_eventsEventstl_calendar_eventsHeimrichHannot\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) joins tl_news_archive and adds a published filter by default; adding your own published filter replaces the default one.
  • Events (flare_events) is only available when contao/calendar-bundle is installed. It joins tl_calendar and also adds a default published filter. See Integrations / Contao Calendar.

To create your own, see Developers / Custom List Drivers.