georgringer/news-subheadline

Extend news by a sub headline

Installs: 280

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 2

Type:typo3-cms-extension

2.1.0 2017-10-20 09:39 UTC

This package is auto-updated.

Last update: 2024-04-09 04:48:01 UTC


README

This extension extends the news record by a subheadline text field.

Requirements

  • TYPO3 CMS 7.6.0-8.7LTS
  • EXT:news 3.2.5+
  • License: GPL 2+

Installation

Install the extension as any other extension.

If you use composer, use composer requite georgringer/news-subheadline.

Usage

After filling out the new field, you are able to output it with

<f:debug>{newsItem.txNewsSubheadline}</f:debug>
<f:debug>{newsItem.subheadline}</f:debug>