{
    "ui-dropdown": {
        "label": {
            "group": "Group",
            "size": "Size",
            "width": "Width",
            "height": "Height",
            "label": "Label",
            "class": "Class",
            "options": "Options",
            "triggerOn": "Trigger On",
            "allowMultiple": "Allow multiple selections from list:",
            "showChips": "Show selected elements in chips",
            "clearable": "Clear selection with button",
            "allowSearch": "Allow Search",
            "passThrough": "If <code>msg</code> arrives on input, pass through to output:",
            "topic": "Topic",
            "addOption": "option",
            "selectOption": "Select Option:",
            "valuePlaceholder": "Value",
            "msgTopicPlaceholder": "optional msg.topic",
            "labelPlaceholder": "optional label",
            "classNamePlaceholder": "Optional CSS class name(s)",
            "tooltip": "Tooltip",
            "tooltipPlaceholder": "optional tooltip"
        },
        "option": {
            "selectionChanged": "Selection Changed",
            "dropdownClosed": "Dropdown Closed"
        },
        "errors": {
            "uniqueValues": "All Values must be unique."
        },
        "tooltip": {
            "dynamicProperty": "Dynamic Property: Send msg.class to append new classes to this widget. NOTE: classes set at runtime will be applied in addition to any class(es) set in the nodes class field.",
            "overrideProperty": "Dynamic Property: Send 'msg.ui_update.options' in order to override this property."
        }
    }
}