neoblack / extended-sys-news
Display sys_news as flash messages in the BE, useful for release announcements.
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^9.5
Requires (Dev)
- roave/security-advisories: dev-master
Replaces
- extended_sys_news: *
This package is auto-updated.
Last update: 2023-05-06 07:09:37 UTC
README
This extension add an additional setting for sys_news
, which make it possible to render a system news as FlashMessage in backend.
it is very useful if you plan a release and want your editors keep informed about the upcoming release.
Screenshot


Requirements
- TYPO3 CMS 7.2+
Installation & Configuration
The extension just needs to be installed as any other extension:
- Install it from TER
- Install it by download the ZIP or TAR
- Install it via composer:
composer require neoblack/extended-sys-news
Message types
You can choose one of five message types:
- Notice
- Information
- Success
- Warning
- Error