https://github.com/oveleon/contao-news-popup
https://github.com/oveleon/contao-news-popup
contao contao-bundle news popup
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oveleon/contao-news-popup
- Owner: oveleon
- License: mit
- Created: 2021-06-04T06:39:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T14:47:27.000Z (8 months ago)
- Last Synced: 2025-04-04T15:04:33.437Z (28 days ago)
- Topics: contao, contao-bundle, news, popup
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contao News Popup
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
```shell
$ composer require oveleon/contao-news-popup
```## Configure
1. Create front end module `Newspopup`
2. Bind module to a layout
3. Create a news item and allow it to be displayed in the popup (Select `Popup` checkbox)## Contribute
1. `$ npm install`
2. Apply changes
3. `$ npm run build`
4. Create PR