Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.13 KB

Contao News List Reader Bundle

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.