Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 533 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 533 Bytes

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

$ 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