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