Skip to main content
Version: v0.1 (latest)

Built-in List Types

TypeBackend labelData containerClass
flare_generic_dcData Containeruser-selectedHeimrichHannot\FlareBundle\ListType\GenericDataContainerListType
flare_newsNewstl_newsHeimrichHannot\FlareBundle\ListType\NewsListType
flare_eventsEventstl_calendar_eventsHeimrichHannot\FlareBundle\Integration\ContaoCalendar\ListType\EventsListType

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 list type, see Developers / Custom List Types.