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.
- list item class for news
- reader item class for news
- can be used with one or both of these bundles
Install with composer or Contao Manager
composer require heimrichhannot/contao-news-list-reader-bundle
- Create or Edit a list or reader config and select NewsListItem/NewsReaderItem as item class
- Select 'Use news extension' in the list or reader config
- You can use one of the provided news_* templates
You can usee the NewsItemTrait
to add news specific list/reader field to your custom item class.