{
    "shopengine_container_tab_start": {
        "type": "TabContainer",
        "label": "Main"
    },
    "shopengine_content_tab_start": {
        "type": "TabControl",
        "label": "Content"
    },
    "shopengine_product_size_charts_content_section_start": {
        "type": "PanelBody",
        "label": "Size Charts Settings"
    },
    "shopengine_product_size_type": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "View chart as",
                "options": [
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Modal",
                        "value": "modal"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "modal"
        },
        "ssr": true
    },
    "shopengine_product_size_charts_button_text": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Button Label"
            }
        },
        "type": "object",
        "default": {
            "desktop": "View Size Chart"
        },
        "ssr": true
    },
    "shopengine_product_size_charts_title_text": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Chart Heading"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Product size chart"
        },
        "ssr": true
    },
    "shopengine_product_size_charts_content_section_end": {
        "type": "PanelBody",
        "label": "Size Charts Settings"
    },
    "shopengine_content_tab_end": {
        "type": "TabControl",
        "label": "Content"
    },
    "shopengine_style_tab_start": {
        "type": "TabControl",
        "label": "Style"
    },
    "shopengine_product_size_charts_normal_style_start": {
        "type": "PanelBody",
        "label": "Size Chart Style"
    },
    "shopengine_product_size_chart_alignment": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Alignment",
                "options": [
                    {
                        "label": "Left",
                        "value": "start"
                    },
                    {
                        "label": "Center",
                        "value": "center"
                    },
                    {
                        "label": "Right",
                        "value": "end"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "start"
        }
    },
    "shopengine_product_size_charts_heading_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Heading Color",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#101010"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },
    "shopengine_product_size_chart_heading_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_product_size_chart_heading_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Family"
        },
        "responsive": true,
        "type": "object"
    },
    "shopengine_product_size_chart_heading_font_size": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Font Size(px)",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": "18px"
        }
    },
    "shopengine_product_size_chart_heading_font_weight": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Font Weight",
                "options": [
                    {
                        "label": "100",
                        "value": 100
                    },
                    {
                        "label": "200",
                        "value": 200
                    },
                    {
                        "label": "300",
                        "value": 300
                    },
                    {
                        "label": "400",
                        "value": 400
                    },
                    {
                        "label": "500",
                        "value": 500
                    },
                    {
                        "label": "600",
                        "value": 600
                    },
                    {
                        "label": "700",
                        "value": 700
                    },
                    {
                        "label": "800",
                        "value": 800
                    },
                    {
                        "label": "900",
                        "value": 900
                    },
                    {
                        "label": "Default",
                        "value": "normal"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 400
        }
    },
    
    
    "shopengine_product_size_chart_heading_line_height": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Line Height (px)",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0,
                        "step": 1
                    }
                ]
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": "18px"
        }
    },
    "shopengine_product_size_chart_heading_typography_end": {
        "type": "PopoverControl"
    },

    "shopengine_product_size_chart_heading_margin": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Heading margin (px)",
                "allowReset": true,
                "units": [
                    {
                        "label": "px",
                        "value": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "0px",
                "right": "0px",
                "bottom": "10px",
                "left": "0px"
            }
        }
    },

    "shopengine_product_size_charts_divider": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },

    "shopengine_product_size_charts_image_width": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Image width (px)",
                "max" : 1000,
                "min" : 0,
                "step" : 1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": ""
        }
    },

    "shopengine_product_size_charts_image_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Image padding (px)",
                "allowReset": true,
                "units": [
                    {
                        "label": "px",
                        "value": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        }
    },

    "shopengine_product_size_charts_image_radius": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Image border radius (px)",
                "max" : 1000,
                "min" : 0,
                "step" : 1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": ""
        }
    },

    "shopengine_product_size_charts_normal_style_end": {
        "type": "PanelBody",
        "label": "Size Chart Style"
    },
    "shopengine_product_size_charts_button_style_start": {
        "type": "PanelBody",
        "label": "Size Charts Button"
    },

    "shopengine_product_size_charts_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_product_size_charts_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Family"
        },
        "responsive": true,
        "type": "object"
    },
    "shopengine_product_size_charts_font_size": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Font Size(px)",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": "15px"
        }
    },
    "shopengine_product_size_charts_font_weight": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Font Weight",
                "options": [
                    {
                        "label": "100",
                        "value": 100
                    },
                    {
                        "label": "200",
                        "value": 200
                    },
                    {
                        "label": "300",
                        "value": 300
                    },
                    {
                        "label": "400",
                        "value": 400
                    },
                    {
                        "label": "500",
                        "value": 500
                    },
                    {
                        "label": "600",
                        "value": 600
                    },
                    {
                        "label": "700",
                        "value": 700
                    },
                    {
                        "label": "800",
                        "value": 800
                    },
                    {
                        "label": "900",
                        "value": 900
                    },
                    {
                        "label": "Default",
                        "value": "normal"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    },
                    {
                        "label": "Bold",
                        "value": "bold"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": 600
        }
    },
    
    "shopengine_product_size_charts_typography_end": {
        "type": "PopoverControl"
    },

    "shopengine_product_size_charts_style_tabs_start": {
        "type": "TabContainer",
        "label": "Container"
    },
    "shopengine_product_size_charts_style_normal_start": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_product_size_charts_text_color_normal": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "Default",
                        "color": "#FFFFFF"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FFFFFF"
        }
    },
    "shopengine_product_size_charts_bg_color_normal": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "Default",
                        "color": "#101010"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },


    "shopengine_product_size_charts_style_normal_end": {
        "type": "TabControl",
        "label": "Normal"
    },
    "shopengine_product_size_charts_style_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },

    "shopengine_product_size_charts_text_color_hover": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "Default",
                        "color": "#FFFFFF"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FFFFFF"
        }
    },
    "shopengine_product_size_charts_bg_color_hover": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "Default",
                        "color": "#312b2b"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#312b2b"
        }
    },
    "shopengine_product_size_charts_border_color_hover": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "Default",
                        "color": "#312b2b"
                    }, 
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#312b2b"
        }
    },

    "shopengine_product_size_charts_style_hover_end": {
        "type": "TabControl",
        "label": "Hover"
    },
    "shopengine_product_size_charts_style_tabs_end": {
        "type": "TabContainer",
        "label": "Container"
    },
    
    "shopengine_product_size_charts_border_start": {
        "type": "PopoverControl",
        "label": "Border"
    },

    "shopengine_product_size_charts_border_type": {
        "control": {
            "field": "SelectControl",
            "label": "Border Type",
            "props": {
                "options": [{
                        "label": "None",
                        "value": "none"
                    },
                    {
                        "label": "Solid",
                        "value": "solid"
                    },
                    {
                        "label": "Double",
                        "value": "double"
                    },
                    {
                        "label": "Dotted",
                        "value": "dotted"
                    },
                    {
                        "label": "Dashed",
                        "value": "dashed"
                    },
                    {
                        "label": "Groove",
                        "value": "groove"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "solid"
        }
    },
    "shopengine_product_size_charts_border_width": {
        "control": {
            "field": "__experimentalBoxControl",
            
            "props": {
                "label": "Width(px)",
                "values": {
                    "top": "0px",
                    "right": "0px",
                    "bottom": "0px",
                    "left": "0px"
                }
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "1px",
                "right": "1px",
                "bottom": "1px",
                "left": "1px"
            }
        }
    },
    "shopengine_product_size_charts_border_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [{
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "Default",
                        "color": "#101010"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },

    "shopengine_product_size_charts_border_end": {
        "type": "PopoverControl",
        "label": "Border"
    },

    "shopengine_product_size_charts_border_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius (px)",
                "allowReset": true,
                "units": [
                    {
                        "label": "px",
                        "value": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "5px",
                "right": "5px",
                "bottom": "5px",
                "left": "5px"
            }
        }
    },
    "shopengine_product_size_charts_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "allowReset": true,
                "units": [
                    {
                        "label": "px",
                        "value": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "12px",
                "right": "25px",
                "bottom": "12px",
                "left": "25px"
            }
        }
    },
    
    "shopengine_product_size_charts_button_style_end": {
        "type": "PanelBody",
        "label": "Size Charts Button"
    },
    "shopengine_product_size_charts_content_style_section_start": {
        "type": "PanelBody",
        "label": "Size Charts Popup"
    },

    "shopengine_product_size_charts_content_border_radius": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Border Radius (px)",
                "max": 100,
                "min": 0,
                "step": 1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    },
                    {
                        "value": "%",
                        "label": "%",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

    "shopengine_product_size_charts_content_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding (px)",
                "allowReset": true,
                "units": [
                    {
                        "label": "px",
                        "value": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "10px",
                "right": "10px",
                "bottom": "10px",
                "left": "10px"
            }
        }
    },

    "shopengine_product_size_charts_content_background_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "Default",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#ffffff"
        }
    },

    "shopengine_product_size_charts_content_style_section_end": {
        "type": "PanelBody",
        "label": "Size Charts Popup"
    },
    "shopengine_style_tab_end": {
        "type": "TabControl",
        "label": "Style"
    },
    "shopengine_container_tab_end": {
        "type": "TabContainer",
        "label": "Main"
    }
}