This extension is based on the TYPO3 pagebased extension to create news articles that can be managed in TYPO3 with all the advantages and functions of "normal" pages
- List and filter plugin
- Tags
- Categories
- Contacts
- Relations
- Rss feed
- Structured data
- and more …
- Install the extension by
composer req zeroseven/pagebased-news
. - Adjust the registration setup in ext_localconf.php (if you want that).
- Create a new page of type "Article-Category" (doktype: 148).
- All pages inside this category page are automatically treated as article objects.
- Display article properties on all article pages by using the following TypoScript:
page.16848430148 = USER
page.16848430148 {
userFunc = Zeroseven\Pagebased\Utility\RenderUtility->renderUserFunc
file = EXT:pagebased_news/Resources/Private/Templates/Info.html
registration = pagebased_news
}
Check out the pagebased extension for more information about the configuration and usage of this extension.