{
    "type": "panel",
    "i18n": true,
    "items":{
        "deleteStatesWithDisable": {
                "type": "checkbox",
                "label": "deleteStateWithDisableText",
                "xs": 12,
                "sm": 6,
                "md": 6,
                "lg": 6,
                "xl": 6
            },
        "emptyField":{
            "text": "",
            "type":"staticText",
            "newLine": true,
            "xs": 12,
            "sm": 3,
            "md": 3,
            "lg": 3,
            "xl": 3
        },
        "infoToCustomConfig": {
            "type": "staticText",
            "label": "infoToCustomConfiglabel",
            "style": {
                "color": "red"
              },
            "xs": 12,
            "sm": 6,
            "md": 6,
            "lg": 6,
            "xl": 6
        }
    }
 }

