heimrichhannot/contao-news-list-reader-bundle

This bundle enhances the support of list and reader bundle for the contao news entity.

1.5.1 2025-02-10 13:54 UTC

This package is auto-updated.

Last update: 2025-02-10 13:54:47 UTC


README

This bundle enhance the news support of list and reader bundle. It applies news adjustments (from contao news bundle) to the list and reader items.

Features

  • list item class for news
  • reader item class for news
  • can be used with one or both of these bundles

Usage

Install

Install with composer or Contao Manager

composer require heimrichhannot/contao-news-list-reader-bundle

Setup

  1. Create or Edit a list or reader config and select NewsListItem/NewsReaderItem as item class
  2. Select 'Use news extension' in the list or reader config
  3. You can use one of the provided news_* templates

Developers

Custom Item classes

You can usee the NewsItemTrait to add news specific list/reader field to your custom item class.