heimrichhannot/contao-news-list-reader-bundle

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

1.3.1 2024-03-07 09:08 UTC

This package is auto-updated.

Last update: 2024-04-07 09:21:27 UTC


README

This bundle contains Item classes for list and reader bundle for better support for the contao news entity.

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. 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.