{
    "shopengine_product_title_font_family": {
        "control": {
           "field": "FontfamilyControl",
           "label": "Font Family"
        },
        "responsive": true,
        "type": "object"
       },
    "simple_test": {
        "control": {
            "field": "ColorPalette",
            "label": "Some Label - autocontrol1",
            "props": {
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": "#f00"
        }
    }
}