Separator Widget
Definition
The Separator Widget allows to separate several widgets with a line and/or a title on a feature.

Configuration
Properties
Property name | Type | Mandatory | Description | Values (default value in bold) |
hideLine |
| NO | Allows to display or not a line between the Widgets. | true, false |
hideTitle |
| NO | Allows to display or not a title between the Widgets. The title is configured by an i18n key: ui.features."id of the feature".views."id of the view".sections."id of the section".widgets."id of the widget".title | true, false |
Example
<columns>
<column>
<widgets>
<widget id="separator-test" xsi:type="ctdbum:SeparatorWidgetType">
<hidden>false</hidden>
<config>
<hideLine>false</hideLine>
<hideTitle>false</hideTitle>
</config>
</widget>
</widgets>
</column>
</columns>