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

    "shopengine_vacation_title": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Title"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Holiday Notice"
        },
        "ssr": true
    },

    "shopengine_vacation_message": {
        "control": {
            "field": "TextareaControl",
            "props": {
                "label": "Vacation Message"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Dear customer, Today is our national holiday. We stop delivering product on our national holiday. Please stay with us. Thank you"
        },
        "ssr": true
    },

    "shopengine_vacation_holiday_title": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Holiday Title"
            }
        },
        "type": "object",
        "default": {
            "desktop": "Our Regular Holidays"
        },
        "ssr": true
    },

    "shopengine_vacation_emergency_title": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Emergency Title"
            }
        },
        "type": "object",
        "default": {
            "desktop": "For Emergency:"
        },
        "ssr": true
    },
    "shopengine_vacation_mail": {
        "control": {
            "field": "TextControl",
            "props": {
                "label": "Emergency Mail"
            }
        },
        "type": "object",
        "default": {
            "desktop": "example@gmail.com"
        },
        "ssr": true
    },
    "shopengine_show_vacation_holiday": {
        "control": {
            "field": "ToggleControl",
            "props": {
                "checked": true,
                "label": "Show Holidays"
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": true
        },
        "ssr": true
    },

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

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

    "shopengine_vacation_content_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#FDEFF4"
                    },
                    {
                        "name": "White",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FDEFF4"
        }
    },

    "shopengine_vacation_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": "30px",
                "right": "40px",
                "bottom": "30px",
                "left": "40px"
            }
        }
    },

    "shopengine_vacation_content_section_end": {
        "type": "PanelBody",
        "label": "Title"
    },
    "shopengine_vacation_holiday_title_section_start": {
        "type": "PanelBody",
        "label": "Title"
    },

    "shopengine_vacation_holiday_title_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#323131"
                    },
                    {
                        "name": "White",
                        "color": "#ffffff"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#323131"
        }
    },

    "shopengine_vacation_holiday_title_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_vacation_holiday_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": "20px"
        }
    },
    "shopengine_vacation_holiday_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_vacation_holiday_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": "capitalize"
        }
    },
    
    "shopengine_vacation_holiday_title_line_height": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Line Height",
                "max" : 100,
                "step" : 1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    },
                    {
                        "value": "em",
                        "label": "em",
                        "default": 0
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_vacation_holiday_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_vacation_holiday_title_word_spacing": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Word Spacing",
                "step" : 1,
                "max" : 100,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    },
                    {
                        "value": "em",
                        "label": "em",
                        "default": 0
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_vacation_holiday_title_typography_end": {
        "type": "PopoverControl"
    },

    "shopengine_vacation_margin_bottom": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition": "top",
                "label": "Space Bottom",
                "max": 40,
                "min": 0,
                "step": 1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    }
                ]
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": "15px"
        }
    },

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

    "shopengine_vacation_icon_seperator_header": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Icon"
            }
        },
        "type": "object"
    },

    "shopengine_vacation_icon_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "Blue",
                        "color": "#0000FF"
                    },
                    {
                        "name": "Default",
                        "color": "#FF5C8D"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FF5C8D"
        },
        "ssr": true
    },

    "shopengine_vacation_holiday_title_section_end": {
        "type": "PanelBody",
        "label": "Title"
    },
    "shopengine_vacation_holiday_message_section_start": {
        "type": "PanelBody",
        "label": "Message"
    },

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

    "shopengine_vacation_message_typography_start": {
        "type": "PopoverControl",
        "label": "Typography"
    },
    "shopengine_vacation_message_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_vacation_message_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_vacation_message_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": "capitalize"
        }
    },
    
    
    "shopengine_vacation_message_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_vacation_message_word_spacing": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Word Spacing",
                "step" : 1,
                "max" : 100,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    },
                    {
                        "value": "em",
                        "label": "em",
                        "default": 0
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_vacation_message_typography_end": {
        "type": "PopoverControl"
    },

    "shopengine_vacation_holiday_message_section_end": {
        "type": "PanelBody",
        "label": "Message"
    },
    "shopengine_vacation_holidays__section_start": {
        "type": "PanelBody",
        "label": "Holidays & Emergency mail"
    },

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

    "shopengine_mail_title_typography_start": {
        "type": "PopoverControl",
        "label": "Title Typography"
    },
    "shopengine_mail_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_mail_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": 500
        }
    },
    
    "shopengine_mail_title_line_height": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Line Height",
                "max" : 100,
                "step" : 1,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    },
                    {
                        "value": "em",
                        "label": "em",
                        "default": 0
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": "18px"
        }
    },
    "shopengine_mail_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_mail_title_word_spacing": {
        "control": {
            "field": "__experimentalUnitControl",
            "props": {
                "isPressEnterToChange": true,
                "isResetValueOnUnitChange": true,
                "labelPosition" : "top",
                "label": "Word Spacing",
                "step" : 1,
                "max" : 100,
                "units": [
                    {
                        "value": "px",
                        "label": "px",
                        "default": 0
                    },
                    {
                        "value": "em",
                        "label": "em",
                        "default": 0
                    }
                ]
            }
        },
        "responsive" : true,
        "type": "object",
        "default": {
            "desktop": ""
        }
    },
    "shopengine_mail_title_typography_end": {
        "type": "PopoverControl"
    },

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

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

    "shopengine_vacation_button_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#F1F1F2"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#F1F1F2"
        }
    },
    "shopengine_vacation_button_bg": {
        "control": {
            "field": "ColorPalette",
            "label": "Background",
            "props": {
                "colors": [
                    {
                        "name": "Default",
                        "color": "#FF5C8D"
                    },
                    {
                        "name": "Red",
                        "color": "#FF0000"
                    },
                    {
                        "name": "Black",
                        "color": "#000000"
                    }
                ]
            }
        },
        "type": "object",
        "default": {
            "desktop": "#FF5C8D"
        }
    },

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

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

    "shopengine_vacation_mail_seperator_header": {
        "control": {
            "field": "__experimentalHeading",
            "props": {
                "children": "Emergency Mail"
            }
        },
        "type": "object"
    },

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

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

    "shopengine_vacation_holidays__section_end": {
        "type": "PanelBody",
        "label": "Holidays & Emergency mail"
    },
    "shopengine_style_tab_end": {
        "type": "TabControl",
        "label": "Style"
    },
    "shopengine_container_tab_end": {
        "type": "TabContainer",
        "label": "Main"
    }
}