oveleon / contao-news-popup
Shows the latest news in a popup
Installs: 94
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Type:contao-bundle
Requires
- php: >=7.4
- contao/core-bundle: ^4.9
- contao/news-bundle: ^4.9
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2024-10-21 15:11:58 UTC
README
This extension for the open source CMS Contao displays the last news in a popup. If the message was read or manually closed, the popup is not displayed until a new news item is available.
Install
$ composer require oveleon/contao-news-popup
Configure
- Create front end module
Newspopup
- Bind module to a layout
- Create a news item and allow it to be displayed in the popup (Select
Popup
checkbox)
Contribute
$ npm install
- Apply changes
$ npm run build
- Create PR