Skip to content

urlaube/contentwidget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.