{
    "shopengine_form_title_panel_start":{
        "type":"PanelBody",
        "label":"Info"
    },
        "shopengine_form_title_show":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Enable Default Title",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": true
            }   
        },
        "shopengine_form_title_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#979797" },
                        { "name": "black", "color": "#3A3A3A" },
                        { "name": "blue", "color": "#00f" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#3A3A3A"
            }
        },
        "shopengine_form_title_font_size": {
            "control":{
                "field": "RangeControl",
                "props": {
                    "label": "Font Size(px)",
                    "min": 0,
                    "max": 100
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": 22
            }
        },
        "shopengine_form_title_margin":{
            "control":{
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Margin"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"0px",
                    "right":"0px",
                    "bottom":"25px",
                    "left":"0px"
                }
            }
        },
    "shopengine_form_title_panel_end":{
        "type":"PanelBody"
    },

    "shopengine_field_visibility_panel_start":{
        "type":"PanelBody",
        "label":"Field Visibility"
    },
        "shopengine_first_name_hide":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Hide First Name",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_last_name_hide":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Hide Last Name",
                    "checked":true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_company_name_hide":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Hide Company Name",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_country_name_hide":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Hide Country/Region Name",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_street_address1_hide":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Hide Street Address 1",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_street_address2_hide":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Hide Street Address 2",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_town_hide":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Hide town/city",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_state_hide":{
            "control":{
                "field": "ToggleControl",
                "props": {
                    "label": "Hide State",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_zip_hide":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Hide Zip/Postcode",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_phone_hide":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Hide Phone",
                    "checked": true
                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
        "shopengine_email_hide":{
            "control":{
                "field": "ToggleControl",
                "props":{
                    "label": "Hide Email address",
                    "checked": true

                }
            },
            "type": "object",
            "default": {
                "desktop": false
            }   
        },
    "shopengine_field_visibility_panel_end":{
        "type":"PanelBody"
    },

    "shopengine_form_container_panel_start":{
        "type":"PanelBody",
        "label":"Form Container"
    },
        "shopengine_form_container_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Container Background",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#979797" },
                        { "name": "black", "color": "#3A3A3A" },
                        { "name": "blue", "color": "#F7F8FB" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#F7F8FB"
            }
        },
        "shopengine_form_container_alignment":{
            "control":{
                "field": "SelectControl", 
                "props": {
                    "label": "Alignment",
                    "options":[
                        { "label": "Left", "value": "left" },
                        { "label": "Right", "value": "right" }
                    ]
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": ""
            }
        },
        "shopengine_form_container_padding":{
            "control":{
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Padding"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"25px",
                    "right":"30px",
                    "bottom":"25px",
                    "left":"30px"
                }
            }
        },
    "shopengine_form_container_panel_end":{
        "type":"PanelBody"
    },

    "shopengine_label_panel_start":{
        "type":"PanelBody",
        "label":"Label"
    },
        "shopengine_label_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#979797" },
                        { "name": "black", "color": "#3A3A3A" },
                        { "name": "blue", "color": "#F7F8FB" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#3A3A3A"
            }
        },
        "shopengine_label_required_color":{
            "control":{
                "field": "ColorPalette",
                "label": "Required Indicator Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#979797" },
                        { "name": "black", "color": "#3A3A3A" },
                        { "name": "blue", "color": "#F7F8FB" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#3A3A3A"
            }
        },
        "shopengine_label_font_size": {
            "control":{
                "field": "RangeControl",
                "props": {
                    "label": "Font Size(px)",
                    "min": 0,
                    "max": 64
                }
            },
            "type": "object",
            "default": {
                "desktop": 16

            }
        },
        "shopengine_label_margin":{
            "control":{
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Margin (px)"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top":"0px",
                    "right":"0px",
                    "bottom":"0px",
                    "left":"0px"
                }
            }
        },
    "shopengine_label_panel_end":{
        "type":"PanelBody"
    },


    "shopengine_input_panel_start":{
        "type":"PanelBody",
        "label":"Input"
    },
        "shopengine_input_tab_container_start":{
            "type": "TabContainer"     
        },
            "shopengine_normal_tab_start":{
                "type": "TabControl",
                "label": "Normal"
            },  
                "shopengine_input_color":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Input Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#979797" },
                                { "name": "black", "color": "#555555" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "type": "object",
                    "default": {
                        "desktop": "#555555"
                    }
                },
                "shopengine_input_bg":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Background Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#979797" },
                                { "name": "black", "color": "#F1F1F1" },
                                { "name": "blue", "color": "#FFFFFF" }
                            ]
                        }
                    },
                    "type": "object",
                    "default": {
                        "desktop": "#FFFFFF"
                    }
                },
                "shopengine_input_font_size": {
                    "control":{
                        "field": "RangeControl",
                        "props": {
                            "label": "Font Size(px)",
                            "min": 0,
                            "max": 100
                        }
                    },
                    "responsive": true,
                    "type": "object",
                    "default": {
                        "desktop": 16
                    }
                },
                "shopengine_input_border_style": {
                    "control":{
                        "field": "SelectControl", 
                        "props": {
                            "label": "Border Type",
                            "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_input_border_width":{
                    "control":{
                        "field": "__experimentalBoxControl",
                        "props": {
                           "label": "Border Width"
                         }
                    },
                    "type": "object",
                    "default": {
                        "desktop": {
                            "top":"1px",
                            "right":"1px",
                            "bottom":"1px",
                            "left":"1px"
                        }
                    }
                },
                "shopengine_input_border_color":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Border Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#979797" },
                                { "name": "black", "color": "#F1F1F1" },
                                { "name": "blue", "color": "#DEE3EA" }
                            ]
                        }
                    },
                    "type": "object",
                    "default": {
                        "desktop": "#DEE3EA"
                    }
                },
            "shopengine_normal_tab_end":{
                "type": "TabControl"
            },

            "shopengine_hover_tab_start":{
                "type": "TabControl",
                "label": "Focus"
            }, 
                "shopengine_input_focus_color":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#979797" },
                                { "name": "black", "color": "#555555" },
                                { "name": "blue", "color": "#00f" }
                            ]
                        }
                    },
                    "type": "object",
                    "default": {
                        "desktop": "#555555"
                    }
                },
                "shopengine_input_focus_bg":{
                    "control":{
                        "field": "ColorPalette",
                        "label": "Background Color",
                        "props": {
                            "colors": [
                                { "name": "red", "color": "#979797" },
                                { "name": "black", "color": "#3A3A3A" },
                                { "name": "blue", "color": "#FFFFFF" }
                            ]
                        }
                    },
                    "type": "object",
                    "default": {
                        "desktop": "#FFFFFF"
                    }
                },
                "shopengine_input_focus_border_style": {
                    "control":{
                        "field": "SelectControl", 
                        "props": {
                            "label": "Border Type",
                            "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_input_focus_width":{
                  "control":{
                      "field": "__experimentalBoxControl",
                      "props": {
                        "label": "Border Width"
                      }
                  },
                  "type": "object",
                  "default": {
                      "desktop": {
                          "top":"",
                          "right":"",
                          "bottom":"",
                          "left":""
                      }
                  }
              },
              "shopengine_input_focus_border_color":{
                  "control":{
                      "field": "ColorPalette",
                      "label": "Border Color",
                      "props": {
                          "colors": [
                              { "name": "red", "color": "#979797" },
                              { "name": "black", "color": "#F1F1F1" },
                              { "name": "blue", "color": "#DEE3EA" }
                          ]
                      }
                  },
                  "type": "object",
                  "default": {
                      "desktop": ""
                  }
              },
            "shopengine_hover_tab_end":{
                "type": "TabControl"
            }, 
        "shopengine_input_tab_container_end":{
            "type": "TabContainer"
        },
        "shopengine_input_margin": {
            "control": {
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Input Margin",
                    "sides": [
                        "bottom"
                    ]
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "bottom": ""
                }
            }
        },
        "shopengine_input_padding": {
            "control": {
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Input Padding"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top": "10px",
                    "right": "16px",
                    "bottom": "10px",
                    "left": "16px"
                }
            }
        },

        "shopengine_checkout_form_billing_input_border_radius": {
            "control": {
                "field": "__experimentalBoxControl",
                "props":{
                    "label": "Border Radius (px)"
                }
            },
            "responsive": true,
            "type": "object",
            "default": {
                "desktop": {
                    "top": "3px",
                    "right": "3px",
                    "bottom": "3px",
                    "left": "3px"
                }
            }
        },

        "shopengine_input_color_placeholder":{
            "control":{
                "field": "ColorPalette",
                "label": "Placeholder Color",
                "props": {
                    "colors": [
                        { "name": "red", "color": "#979797" },
                        { "name": "black", "color": "#3A3A3A" },
                        { "name": "blue", "color": "#FFFFFF" }
                    ]
                }
            },
            "type": "object",
            "default": {
                "desktop": "#555555"
            }
        },

    "shopengine_input_panel_end":{
        "type":"PanelBody"
    },

    "shopengine_font_panel_start":{
        "type":"PanelBody",
        "label":"Global Font"
    },
        "shopengine_form_label_typography_start":{
            "type": "PopoverControl",
            "label": "Primary Typography"
        },
            "font_family": {
                "control": {
                    "field": "FontfamilyControl",
                    "label": "Family"
                },
                "type": "object"
            },
            "shopengine_form_label_font_weight": {
                "control":{
                    "field": "SelectControl", 
                    "props": {
                        "label": "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": "" },
                            { "label": "Normal", "value": "normal" },
                            { "label": "Bold", "value": "bold" }      
                        ]
                    }
                },
                "type": "object",
                "default": {
                    "desktop": 400
                }
            },
            "shopengine_form_label_text_transform":{
                "control":{
                    "field": "SelectControl", 
                    "props": {
                        "label": "Transform",
                        "options":[
                            { "label": "Default", "value": "" },
                            { "label": "Uppercase", "value": "uppercase" },
                            { "label": "Lowercase", "value": "lowercase" },
                            { "label": "Capitalize", "value": "capitalize" },
                            { "label": "Normal", "value": "none" }
                        ]
                    }
                },
                "type": "object",
                "default": {
                    "desktop": ""
                }
            },
            "shopengine_form_label_word_spacing":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Word Spacing",
                        "min": 0,
                        "max": 100,
                        "step":1
                    }
                },
                "responsive": true,
                "type": "object",
                "default": {
                    "desktop": ""
                }
            },
        "shopengine_form_label_typography_end":{
            "type": "PopoverControl"
        }, 
        "discount_section_notice": {
            "control": {
                "field": "Notice",
                "props": {
                    "children": "Primary Typography : Form Title & Form Label",
                    "isDismissible": false
                }
            },
            "type": "object"
        },
    "shopengine_divider": {
        "control": {
            "field": "__experimentalDivider"
        },
        "type": "object"
    },
        "shopengine_form_label_typography2_start":{
            "type": "PopoverControl",
            "label": "Secondary Typography"
        },
            "font_family2": {
                "control": {
                    "field": "FontfamilyControl",
                    "label": "Family"
                },
                "type": "object"
            },
            "shopengine_form_label_font_weight2": {
                "control":{
                    "field": "SelectControl", 
                    "props": {
                        "label": "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": "inherit" },
                            { "label": "Normal", "value": "normal" },
                            { "label": "Bold", "value": "bold" }      
                        ]
                    }
                },
                "type": "object",
                "default": {
                    "desktop": 400
                }
            },
            "shopengine_form_label_text_transform2":{
                "control":{
                    "field": "SelectControl", 
                    "props": {
                        "label": "Transform",
                        "options":[
                            { "label": "Default", "value": "" },
                            { "label": "Uppercase", "value": "uppercase" },
                            { "label": "Lowercase", "value": "lowercase" },
                            { "label": "Capitalize", "value": "capitalize" },
                            { "label": "Normal", "value": "none" }
                        ]
                    }
                },
                "type": "object",
                "default": {
                    "desktop": ""
                }
            },
            "shopengine_form_label_word_spacing2":{
                "control":{
                    "field": "RangeControl",
                    "props": {
                        "label": "Word Spacing",
                        "min": 0,
                        "max": 100,
                        "step":1
                    }
                },
                "responsive": true,
                "type": "object",
                "default": {
                    "desktop": ""
                }
            },
        "shopengine_form_label_typography2_end":{
            "type": "PopoverControl"
        }, 
        "discount_section_notice2": {
            "control": {
                "field": "Notice",
                "props": {
                    "children": "Secondary Typography : Form Input",
                    "isDismissible": false
                }
            },
            "type": "object"
        },
    "shopengine_font_panel_end":{
        "type":"PanelBody"
    }

}