georgringer / news-subheadline
Extend news by a sub headline
Package info
github.com/ext-news/news_subheadline
Type:typo3-cms-extension
pkg:composer/georgringer/news-subheadline
2.1.0
2017-10-20 09:39 UTC
Requires
- georgringer/news: >3.2.5
- typo3/cms-core: >=7.6,<9
Requires (Dev)
- phpunit/phpunit: ~4.8.0
Replaces
- news-feuser: 2.1.0
- typo3-ter/news-subheadline: 2.1.0
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>