{
    "shopengine_section_general_start": {
        "type": "PanelBody",
        "label": "General"
    },
    "shopengine_default_text": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Default Text"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Select Currency"
        },
        "ssr": true
    },
    "shopengine_default_text_divider": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
    "shopengine_currency_switcher_height": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Height (px)",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "40px"
        }
    },
    "shopengine_currency_switcher_font_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "currency_switcher_font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
        },
        "type": "object"
    },
    "currency_switcher_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": ""
        }
    },
    "currency_switcher_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": "normal"
        }
    },
    "currency_switcher_text_transform": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Transform",
                "options": [
                    {
                        "label": "Default",
                        "value": "none"
                    },
                    {
                        "label": "Uppercase",
                        "value": "uppercase"
                    },
                    {
                        "label": "Lowercase",
                        "value": "lowercase"
                    },
                    {
                        "label": "Capitalize",
                        "value": "capitalize"
                    },
                    {
                        "label": "Normal",
                        "value": "normal"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "normal"
        }
    },
    "currency_switcher_word_spacing": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Word Spacing(px)",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0,
                        "step": 0.1
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": 0
        }
    },
    "shopengine_currency_switcher_font_end": {
        "type": "PopoverControl"
    },

    "shopengine_arrow_size": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Arrow Size(px)",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": ""
        },
        "ssr": true
    },

    "shopengine_tab_colors_start": {
        "type": "TabContainer",
        "label": "Color Tab Container"
    },

    "shopengine_tab_colors_normal_start": {
        "type": "TabControl",
        "label": "Normal"
    },

    "shopengine_currency_switcher_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Text Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "white",
                        "color": "#ffffff"
                    },
                    {
                        "name": "black",
                        "color": "#000000"
                    }
                ],
                "clearable": true
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

    "shopengine_currency_switcher_bg_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "white",
                        "color": "#ffffff"
                    },
                    {
                        "name": "black",
                        "color": "#000000"
                    }
                ],
                "clearable": true
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

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

    "shopengine_currency_switcher_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": ""
        }
    },


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

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

    "shopengine_currency_switcher_border_end": {
        "type": "PopoverControl",
        "label": "Border"
    },
    "shopengine_tab_colors_normal_end": {
        "type": "TabControl",
        "label": "Normal"
    },

    "shopengine_tab_colors_hover_start": {
        "type": "TabControl",
        "label": "Hover"
    },


    "shopengine_currency_switcher_hover_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Text Color",
            "props": {
                "colors": [{
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "White",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_currency_switcher_hover_bg_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [{
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "White",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_currency_switcher_hover_border": {
        "control": {
            "field": "ColorPalette",
            "label": "Border Color",
            "props": {
                "colors": [{
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "White",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

    "shopengine_tab_colors_hover_end": {
        "type": "TabControl",
        "label": "Hover"
    },

    "shopengine_tab_colors_end": {
        "type": "TabContainer",
        "label": "Color Tab Container"
    },

    "shopengine_currency_switcher_radius": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Border Radius",
                "allowReset" : true,
                "units" : [
                    {
                        "label" : "px",
                        "value" : "px",
                        "default" : 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": false,
        "default": {
            "desktop": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        }
    },
    "shopengine_currency_switcher_padding": {
        "control": {
            "field": "__experimentalBoxControl",
            "props": {
                "label": "Padding",
                "allowReset" : true,
                "units" : [
                    {
                        "label" : "px",
                        "value" : "px",
                        "default" : 0
                    }
                ]
            }
        },
        "type": "object",
        "responsive": true,
        "default": {
            "desktop": {
                "top": "",
                "right": "",
                "bottom": "",
                "left": ""
            }
        }
    },

    "shopengine_section_general_end": {
        "type": "PanelBody",
        "label": "General"
    }
}