oveleon/contao-news-popup

Shows the latest news in a popup

1.0.1 2022-06-21 11:55 UTC

This package is auto-updated.

Last update: 2024-05-21 15:56:19 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

  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