/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Onkel Andy, Wolfram v. Hülsen * @copyright 2020 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget.html" %} {% block headline %}

Custom Widgets

{% endblock %} {% block intro %} Here we display docu pages for custom widgets that are either written by the user or provided with a backend plugin.
The widget files are stored in ./pages/<yourPages>/widgets or ./dropins (user written) and ./dropins/widgets or ./dropins/shwidgets (plugins).
In order to show a docu page for a custom widget, the docu page needs to be created according to the following rules:

Important: The links in the top section of this page have been created out of the available custom widget files. For widgets listed with no active link, the corresponding docu pages have not been found. If widgets are stored in ./pages/<yourPages>/widgets the docu won't work.

{% endblock %}