The integration d.velop dashboard app is used to create a widget on the d.velop dashboard.
Only widgets of the Shortcut type are supported.
Things to know
-
The integration only works with d.velop documents in the d.velop cloud.
-
Only widgets of the Shortcut type are supported.
-
You can only create and edit widgets in the d.velop cloud.
-
You cannot query the current status of a widget.
Parameters
The integration parameters have the following meaning:
-
Title: Specifies the title of the widget. If you only enter one text, this title text is used for the German and English versions.
-
Subtitle: Specifies a short description of the widget. If you only enter one text, this title text is used for the German and English versions.
-
Icon: Specifies the relative URL to an icon.
-
Target: Specifies the relative URL to the page to be displayed.
-
Allowed Groups: Specifies a JSON array that defines which groups can use the widget. Example:
["<group1 id>", "<group2 id>"]
Tip for translations
If you enter texts that require translations in the Title or Subtitle parameters, you can provide translations using a JSON string. Example: {"de": "Ein Link", "en": "A shortcut"}