{
    "shopengine_container_tab_start": {
        "type": "TabContainer",
        "label": "Main"
    },
    "shopengine_content_tab_start": {
        "type": "TabControl",
        "label": "Content"
    },

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

    "shopengine_advanced_coupon_title": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Title"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Hurry. Going fast!"
        },
        "ssr" : true
    },
    "shopengine_advanced_coupon_subtitle": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Sub-Title"
            }
        },
        "type": "object",
        "default": {
            "desktop": "On the range of products."
        },
        "ssr" : true
    },
    
    "shopengine_advanced_coupon_date": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Date"
            }
        },
        "type": "object",
        "default": {
            "desktop": "31-Dec-2022"
        },
        "ssr" : true
    },

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

    "shopengine_advanced_coupon_discount_seperator": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Discount"
            }
        },
        "type": "object"
    },

    "shopengine_advanced_coupon_discount_price_prefix": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Prefix"
            }
        },
        "type": "object",
        "default": {
            "desktop": "$"
        },
        "ssr" : true
    },

    "shopengine_advanced_coupon_discount_price": {
        "control": {
            "field": "__experimentalNumberControl",
            "props": {
                "label": "Price",
                "min": 0
            }
        },
        "type": "object",
        "default": {
            "desktop": 10
        },
        "ssr" : true
    },

    "shopengine_advanced_coupon_discount_text": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Discount Text"
            }
        },
        "type": "object",
        "default": {
            "desktop": "DISCOUNT"
        },
        "ssr" : true
    },

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

    "shopengine_advanced_coupon_button_seperator_heading": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Button"
            }
        },
        "type": "object"
    },

    "shopengine_advanced_coupon_sample_code": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Coupon Code"
            }
        },
        "type": "object",
        "default": {
            "desktop": "SAMPLE-CODE"
        },
        "ssr" : true
    },

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

    "shopengine_content_tab_end": {
        "type": "TabControl",
        "label": "Content"
    },
    "shopengine_style_tab_start": {
        "type": "TabControl",
        "label": "Style"
    },

    "shopengine_advanced_coupon_content_section_start": {
        "type": "PanelBody",
        "label": "Content"
    },

    "shopengine_advanced_coupon_alignment": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Alignment",
                "options": [
                    {
                        "label": "Left",
                        "value": "left"
                    },
                    {
                        "label": "Center",
                        "value": "center"
                    },
                    {
                        "label": "Right",
                        "value": "right"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": ""
        }
    },


    "shopengine_advanced_coupon_content_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#F53851"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#F53851"
        }
    },

    "shopengine_advanced_coupon_content_section_end": {
        "type": "PanelBody",
        "label": "Content"
    },

    "shopengine_advanced_coupon_title_section_start": {
        "type": "PanelBody",
        "label": "Title & SubTitle"
    },


    "shopengine_advanced_coupon_title_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#FFFFFF"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FFFFFF"
        }
    },

    "shopengine_advanced_coupon_title_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_advanced_coupon_title_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": "14px"
        }
    },
    "shopengine_advanced_coupon_title_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": 700
        }
    },

    "shopengine_advanced_coupon_title_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"
        }
    },
    
    "shopengine_advanced_coupon_title_letter_spacing": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Letter Spacing",
                "max" : 10,
                "step" : 0.1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0,
                        "step": 1
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_advanced_coupon_title_word_spacing": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Word Spacing(px)",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0,
                        "step": 1
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_advanced_coupon_title_typography_end": {
        "type": "PopoverControl"
    },

    "shopengine_advanced_coupon_subtitle_font_weight": {
        "control": {
            "field": "SelectControl",
            "props": {
                "label": "Subtitle 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_advanced_coupon_title_section_end": {
        "type": "PanelBody",
        "label": "Title & SubTitle"
    },
    "shopengine_advanced_coupon_icon_section_start": {
        "type": "PanelBody",
        "label": "Icon"
    },

    "shopengine_advanced_coupon_icon_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "icon Background",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#D61E37"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#D61E37"
        }
    },

    "shopengine_advanced_coupon_icon_size": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Icon Size",
                "max" : 40, 
                "min" : 0,
                "step" : 1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "18px"
        }
    },

    "shopengine_advanced_coupon_icon_section_end": {
        "type": "PanelBody",
        "label": "Icon"
    },
    "shopengine_advanced_coupon_discount_section_start": {
        "type": "PanelBody",
        "label": "Discount Price"
    },

    "shopengine_advanced_coupon_discount_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#FFFFFF"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FFFFFF"
        }
    },

    "shopengine_advanced_coupon_discount_section_end": {
        "type": "PanelBody",
        "label": "Discount Price"
    },
    "shopengine_advanced_coupon_date_section_start": {
        "type": "PanelBody",
        "label": "Date"
    },

    "shopengine_advanced_coupon_date_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Date Color", 
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#FFFFFF"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FFFFFF"
        }
    },

    "shopengine_advanced_coupon_date_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_advanced_coupon_date_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": "12px"
        }
    },
    "shopengine_advanced_coupon_date_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_advanced_coupon_date_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"
        }
    },
    
    "shopengine_advanced_coupon_date_letter_spacing": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Letter Spacing",
                "max" : 10,
                "step" : 0.1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0,
                        "step": 1
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_advanced_coupon_date_word_spacing": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Word Spacing(px)",
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0,
                        "step": 1
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_advanced_coupon_date_typography_end": {
        "type": "PopoverControl"
    },

    "shopengine_advanced_coupon_date_section_end": {
        "type": "PanelBody",
        "label": "Date"
    },
    "shopengine_advanced_coupon_button_section_start": {
        "type": "PanelBody",
        "label": "Button"
    },

    "shopengine_advanced_coupon_buttons_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#FFFFFF"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FFFFFF"
        }
    },

    "shopengine_advanced_coupon_buttons_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#D61E37"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#D61E37"
        }
    },

    "shopengine_advanced_coupon_button_section_end": {
        "type": "PanelBody",
        "label": "Button"
    },

    "shopengine_style_tab_end": {
        "type": "TabControl",
        "label": "Style"
    },
    "shopengine_container_tab_end": {
        "type": "TabContainer",
        "label": "Main"
    }
}