jweiland / jwnewsevent
Extend news to use them also as event
Installs: 354
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- georgringer/news: ^11.2
- typo3/cms-core: ^11.5.33 || ^12.4.8
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.14
Replaces
- typo3-ter/jwnewsevent: 3.0.0
This package is auto-updated.
Last update: 2024-10-20 09:02:16 UTC
README
This extension adds some more fields to Georg Ringers "news", to use them as event records, too.
Install
After installing this extension you have to add the static extension template (TypoScript). After that, all domain models from "news" will be links to the domain models of this extension.
News fields
This extension add these new fields which you also can use in your templates:
- isEvent: You can set all types (default, internal and external) as an event record
- eventStart: Field for date and time
- eventEnd: Field for date and time
- organizer: A simple text field
- location: A simple text field