node-red-dashboard
Version:
A set of dashboard nodes for Node-RED
36 lines (35 loc) • 974 B
JSON
{
"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"
}
}
}