module.exports = [ { "type": "heading", "defaultValue": "Example Header Item" }, { "type": "text", "defaultValue": "Example text item." }, { "type": "section", "items": [ { "type": "heading", "defaultValue": "This is a section" }, { "type": "input", "messageKey": "username", "label": "Your DSM Username", "attributes" : { "maxlength":40 } }, { "type": "input", "messageKey": "password", "label": "Your DSM Password", "attributes" : { "type": "password", "maxlength":40 } }, { "type": "input", "messageKey": "server", "label": "Your DSM Server", "attributes" : { "type": "url", "maxlength":255 } } ] }, { "type": "submit", "defaultValue": "Save Settings" } ];