zeroseven / pagebased-news
Create news articles as “normal” pages in TYPO3. Easy to install and ready to use straight away.
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.0 | ^8.1
- typo3/cms-core: ^11.5.0 || ^12.4.0
- zeroseven/pagebased: ^1.2.0
This package is auto-updated.
Last update: 2024-11-21 11:29:04 UTC
README
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
Features
- List and filter plugin
- Tags
- Categories
- Contacts
- Relations
- Rss feed
- Structured data
- and more …
Quick installation
- 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
}
More information
Check out the pagebased extension for more information about the configuration and usage of this extension.