1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| {
| "ui_form": {
| "label": {
| "group": "Group",
| "size": "Size",
| "label": "Label",
| "optionalLabel": "optional label",
| "formElements": "Form elements",
| "type": "Type",
| "required": "Required",
| "rows": "UiRows",
| "remove": "Remove",
| "egName": "e.g. Name",
| "egName2": "e.g. name",
| "text": "Text",
| "multiline": "Multiline",
| "number": "Number",
| "email": "E-mail",
| "password": "Password",
| "checkbox": "Checkbox",
| "switch": "Switch",
| "date": "Date",
| "time": "Time",
| "element": "element",
| "buttons": "Buttons",
| "submitButtonText": "submit button text",
| "cancelButtonText": "cancel button text",
| "topic": "Topic",
| "optionalMsgTopic": "optional msg.topic",
| "splitLayout":"Place the form elements in two columns",
| "className": "Class",
| "classNamePlaceholder": "Optional CSS class name(s) for widget"
| }
| }
| }
|
|