{
    "i18n": true,
    "type": "panel",
    "items": {
        "email": {
            "type": "text",
            "label": "AC Infinity Email",
            "sm": 12,
            "md": 8,
            "lg": 6,
            "xl": 6,
            "xs": 12
        },
        "password": {
            "type": "password",
            "label": "AC Infinity Password",
            "help": "Note: AC Infinity truncates passwords to 25 characters.",
            "newLine": true,
            "sm": 12,
            "md": 8,
            "lg": 6,
            "xl": 6,
            "xs": 12
        },
        "pollingInterval": {
            "type": "number",
            "label": "Polling Interval (seconds)",
            "help": "Minimum polling interval is 10 seconds.",
            "newLine": true,
            "min": 10,
            "default": 30,
            "xs": 12,
            "sm": 6,
            "md": 4,
            "lg": 3,
            "xl": 2
        },
        "disclaimer": {
            "type": "staticText",
            "text": "disclaimer",
            "newLine": true,
            "xs": 12,
            "sm": 12,
            "md": 12,
            "lg": 12,
            "xl": 12,
            "style": {
                "color": "#cc0000",
                "fontSize": "1em",
                "fontWeight": "bold",
                "marginTop": "16px",
                "paddingLeft": "10px",
                "borderLeft": "3px solid #cc0000"
            }
        }
    }
}
