{
    "shopengine_button_panel_start":{
        "type":"PanelBody",
        "label":"Button"
    },
    "shopengine_button_alignment": {
        "control":{
            "field": "Choose", 
            "props": {
                "label": "Button Alignment",
                "options":[
                    { "label": "Left", "value": "left", "icon": "dashicons-editor-alignleft" },
                    { "label": "Center", "value": "center", "icon": "dashicons-editor-aligncenter" },
                    { "label": "Right", "value": "right", "icon":"dashicons-editor-alignright" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "left"
        }
    },

    "shopengine_typography_primary": {
        "control": {
            "field": "Typography",
            "props": {
                "label": "Typography",
                "exclude": {
                    "fontStyle": true,
                    "letterSpacing": true,
                    "textDecoration": true
                }
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "fontWeight" : 600,
                "fontSize": "15px"
            }
        }
    },

    "shopengine_button_tab_container_start":{
        "type": "TabContainer"     
    },
    "shopengine_normal_tab_start":{
        "type": "TabControl",
        "label": "Normal"
    },  
    "shopengine_button_color":{
        "control":{
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#fff" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#fff"
        }
    },
    "shopengine_button_bg":{
        "control":{
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#101010" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#101010"
        }
    },

    "shopengine_button_border": {
        "control":{
            "field": "Border", 
            "props": {
                "label": "Button Border"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top":{
                    "style" : "solid",
                    "width" : "1px",
                    "color" : ""
                },
                "right":{
                    "style" : "solid",
                    "width" : "1px",
                    "color" : ""
                },
                "bottom":{
                    "style" : "solid",
                    "width" : "1px",
                    "color" : ""
                },
                "left":{
                    "style" : "solid",
                    "width" : "1px",
                    "color" : ""
                }
            }
        }
    },
    "shopengine_normal_tab_end":{
        "type": "TabControl"
    },

    "shopengine_hover_tab_start":{
        "type": "TabControl",
        "label": "Hover"
    }, 
    "shopengine_button_hover_color":{
        "control":{
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#fff" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#fff"
        }
    },
    "shopengine_button_hover_bg":{
        "control":{
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
                "colors": [
                    { "name": "red", "color": "#979797" },
                    { "name": "black", "color": "#101010" },
                    { "name": "blue", "color": "#00f" }
                ]
            }
        },
        
        "type": "object",
        "default": {
            "desktop": "#000000"
        }
    },
    "shopengine_button_border_hover": {
        "control":{
            "field": "Border", 
            "props": {
                "label": "Button Border"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top":{
                    "style" : "solid",
                    "width" : "1px",
                    "color" : ""
                },
                "right":{
                    "style" : "solid",
                    "width" : "1px",
                    "color" : ""
                },
                "bottom":{
                    "style" : "solid",
                    "width" : "1px",
                    "color" : ""
                },
                "left":{
                    "style" : "solid",
                    "width" : "1px",
                    "color" : ""
                }
            }
        }
    },
    "shopengine_hover_tab_end":{
        "type": "TabControl"
    }, 
    "shopengine_button_tab_container_end":{
        "type": "TabContainer"
    },
    "shopengine_border_radius":{
        "control":{
            "field": "__experimentalBoxControl",
            "props" : {
                "label": "Border Radius"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top":"3px",
                "right":"3px",
                "bottom":"3px",
                "left":"3px"
            }
        }
    },
    "shopengine_button_padding":{
        "control":{
            "field": "__experimentalBoxControl",
            "props" : {
                "label": "Padding"
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "top":"15px",
                "right":"20px",
                "bottom":"16px",
                "left":"20px"
            }
        }
    },

    "shopengine_button_box_shadow_start": {
        "type": "PopoverControl",
        "label": "Box Shadow"
    },
    "shopengine_button_box_shadow_color": {
        "control": {
            "field": "ColorPicker",
            "props": {
                "label": "Color",
                "colors": [
                    {
                        "name": "red",
                        "color": "#f00"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": {
                "hex": ""
            }
        }
    },
    "shopengine_button_box_shadow_horizontal": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Horizontal",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_button_box_shadow_vertical": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Vertical",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_button_box_shadow_blur": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Blur",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": 10
        }
    },
    "shopengine_button_box_shadow_spread": {
        "control": {
            "field": "RangeControl",
            "props": {
                "label": "Spread",
                "min": 0,
                "max": 100,
                "step": 1
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

    "shopengine_button_box_shadow_position": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Position",
                "options": [
                    {
                        "label": "Outline",
                        "value": ""
                    },
                    {
                        "label": "Inset",
                        "value": "inset"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },

    "shopengine_button_box_shadow_end": {
        "type": "PopoverControl",
        "label": "Box Shadow"
    },

    "font_family": {
        "control": {
            "field": "FontfamilyControl",
            "label": "Fontfamily"
        },
        "type": "object"
    },

    "shopengine_button_panel_end":{
        "type":"PanelBody"
    }
}