The ContentWidget plugin is a widget printing statically configured content for Urlaub.be.
Place the folder containing the plugin into your plugins directory located at ./user/plugins/.
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.