Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 506 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 506 Bytes

ContentWidget plugin

The ContentWidget plugin is a widget printing statically configured content for Urlaub.be.

Installation

Place the folder containing the plugin into your plugins directory located at ./user/plugins/.

Configuration

In order to provide the content the widget shall contain you can set the following value:

Plugins::set(ContentWidget::class, null);

The set value may either be a Content object or an array of Content objects.