{

   "shopengine_input_label_section_start":{
      "type":"PanelBody",
      "label":"Label"
    },
      "shopengine_input_label_color": {
         "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
               "colors": [
                     {
                        "name": "#3A3A3A",
                        "color": "#3A3A3A"
                     },
                     {
                        "name": "white",
                        "color": "#fff"
                     },
                     {
                        "name": "blue",
                        "color": "#00f"
                     }
               ]
            }
         },
         "responsive": false,
         "type": "object",
         "default": {
            "desktop": "#3A3A3A"
         }
    },
    "shopengine_input_required_indicator_color": {
         "control": {
            "field": "ColorPalette",
            "label": "Required Color",
            "props": {
               "colors": [
                     {
                        "name": "red",
                        "color": "red"
                     },
                     {
                        "name": "white",
                        "color": "#fff"
                     },
                     {
                        "name": "#3A3A3A",
                        "color": "#3A3A3A"
                     }
               ]
            }
         },
         "responsive": false,
         "type": "object",
         "default": {
            "desktop": "red"
         }
   },
   "shopengine_input_label_font_size": {
      "control": {
          "field": "__experimentalUnitControl",
          "label": "Font Size(px)",
          "props": {
            "isPressEnterToChange": true,
            "isResetValueOnUnitChange": true,
            "units": [
               { 
                 "value": "px", 
                 "label": "px", 
                 "default": 0 
               }
            ]
              
          }
      },
      "responsive": true,
      "type": "object",
      "default": {
          "desktop": "16px"
      }
   },
   "shopengine_input_label_margin":{
      "control": {
         "field": "__experimentalBoxControl",
         "props": {
            "label": "Margin (px)",
            "units":[
               {  
                  "value": "px", 
                  "label": "px", 
                  "default": 0 
               }
            ],
            "allowReset": true,
            "defaultValues": {
               "top": "0px",
               "right": "0px",
               "bottom": "0px",
               "left": "0px"
            }
         }
      },
      "responsive": true,
      "type": "object",
      "default": {
            "desktop": {
               "top": "0px",
               "right": "0px",
               "bottom": "0px",
               "left": "0px"
            }
      }
   },

    "shopengine_input_label_section_end":{
      "type":"PanelBody"
    },

    "shopengine_input_section_start":{
      "type":"PanelBody",
      "label": "Input"
    },
      "shopengine_typography_seconday": {
         "control": {
            "field": "__experimentalUnitControl",
            "label": "Font Size(px)",
            "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "units": [
                  { 
                  "value": "px", 
                  "label": "px", 
                  "default": 0 
                  }
               ]
               
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
            "desktop": "16px"
         }
      },

      "shopengine_typography_seconday_divider": {
         "control": {
            "field": "__experimentalDivider",
            "props": {
            }
         },
         "type": "object",
         "default": {
            "desktop": "typography"
         }
      },
      "shopengine_input_padding":{
         "control": {
            "field": "__experimentalBoxControl",
            "props": {
               "label": "Padding (px)",
               "units":[
                  {  
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ],
               "allowReset": true,
               "defaultValues": {
                  "top": "10px",
                  "right": "15px",
                  "bottom": "10px",
                  "left": "15px"
               }
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
               "desktop": {
                  "top": "10px",
                  "right": "15px",
                  "bottom": "10px",
                  "left": "15px"
               }
         }
      },

      "shopengine_main_container_input_start": {
         "type": "TabContainer"
      },
         "shopengine_input_tabnormal_start": {
            "type": "TabControl",
            "label": "Normal"
         },

         "shopengine_input_color": {
            "control": {
                "field": "ColorPalette",
                "label": "Normal Color",
                "props": {
                    "colors": [
                        {
                            "name": "#3A3A3A",
                            "color": "#3A3A3A"
                        },
                        {
                            "name": "white",
                            "color": "#fff"
                        },
                        {
                            "name": "blue",
                            "color": "#00f"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "#3A3A3A"
            }
        },
        "shopengine_input_background": {
         "control": {
             "field": "ColorPalette",
             "label": "Background Color",
             "props": {
                 "colors": [
                     {
                         "name": "red",
                         "color": "#f00"
                     },
                     {
                         "name": "white",
                         "color": "#fff"
                     },
                     {
                         "name": "blue",
                         "color": "#00f"
                     }
                 ]
             }
         },
         "responsive": false,
         "type": "object",
         "default": {
             "desktop": "#fff"
         }
      },
      "shopengine_input_border_type_divider": {
         "control": {
            "field": "__experimentalDivider",
            "props": {
            }
         },
         "type": "object",
         "default": {
            "desktop": "typography"
         }
      },
      "shopengine_input_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": "solid"
         }
     },
     "shopengine_input_border_width": {
         "control": {
             "field": "__experimentalBoxControl",
             
             "props": {
                 "label": "Border Width(px)",
                 "values": {
                     "top": "0px",
                     "right": "0px",
                     "bottom": "0px",
                     "left": "0px"
                 }
             }
         },
         "type": "object",
         "responsive": true,
         "default": {
             "desktop": {
                 "top": "1px",
                 "right": "1px",
                 "bottom": "1px",
                 "left": "1px"
             }
         }
     },
     "shopengine_input_border_color": {
         "control": {
             "field": "ColorPalette",
             "label": "Border Color",
             "props": {
                 "colors": [{
                         "name": "#F2F2F2",
                         "color": "#F2F2F2"
                     },
                     {
                         "name": "white",
                         "color": "#fff"
                     },
                     {
                         "name": "blue",
                         "color": "#00f"
                     }
                 ]
             }
         },
         "type": "object",
         "default": {
             "desktop": "#F2F2F2"
         }
     },
      "shopengine_input_tabnormal_end": {
         "type": "TabControl"
      },

         "shopengine_input_tabfocus_start": {
            "type": "TabControl",
            "label": "Focus"
         },
         "shopengine_input_color_focus": {
            "control": {
                "field": "ColorPalette",
                "label": "Color",
                "props": {
                    "colors": [
                        {
                            "name": "#3A3A3A",
                            "color": "#3A3A3A"
                        },
                        {
                            "name": "white",
                            "color": "#fff"
                        },
                        {
                            "name": "blue",
                            "color": "#00f"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "#3A3A3A"
            }
        },
        "shopengine_input_background_focus": {
         "control": {
             "field": "ColorPalette",
             "label": "Background Color",
             "props": {
                 "colors": [
                     {
                         "name": "#F9F9F9",
                         "color": "#F9F9F9"
                     },
                     {
                         "name": "white",
                         "color": "#fff"
                     },
                     {
                         "name": "blue",
                         "color": "#00f"
                     }
                 ]
             }
         },
         "responsive": false,
         "type": "object",
         "default": {
             "desktop": "#F9F9F9"
         }
      },
      "shopengine_input_border_focus_type_divider": {
         "control": {
            "field": "__experimentalDivider",
            "props": {
            }
         },
         "type": "object",
         "default": {
            "desktop": "focus type"
         }
      },
      "shopengine_input_border_focus_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": "solid"
         }
     },
     "shopengine_input_border_focus_width": {
         "control": {
             "field": "__experimentalBoxControl",
             
             "props": {
                 "label": "Border Width(px)",
                 "values": {
                     "top": "0px",
                     "right": "0px",
                     "bottom": "0px",
                     "left": "0px"
                 }
             }
         },
         "type": "object",
         "responsive": true,
         "default": {
             "desktop": {
                 "top": "1px",
                 "right": "1px",
                 "bottom": "1px",
                 "left": "1px"
             }
         }
     },
     "shopengine_input_border_focus_color": {
         "control": {
             "field": "ColorPalette",
             "label": "Border Color",
             "props": {
                 "colors": [{
                         "name": "#F2F2F2",
                         "color": "#F2F2F2"
                     },
                     {
                         "name": "white",
                         "color": "#fff"
                     },
                     {
                         "name": "blue",
                         "color": "#00f"
                     }
                 ]
             }
         },
         "type": "object",
         "default": {
             "desktop": "#F2F2F2"
         }
     },

   "shopengine_input_tabfocus_end": {
      "type": "TabControl"
   },
   "shopengine_main_container_input_end": {
      "type": "TabContainer"
   },


    "shopengine_input_section_end":{
      "type":"PanelBody"
    },

    "shopengine_button_section_start":{
      "type":"PanelBody",
      "label": "Button"
    },
      "shopengine_button_color": {
         "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
               "colors": [
                     {
                        "name": "red",
                        "color": "#f00"
                     },
                     {
                        "name": "white",
                        "color": "#fff"
                     },
                     {
                        "name": "blue",
                        "color": "#00f"
                     }
               ]
            }
         },
         "responsive": false,
         "type": "object",
         "default": {
            "desktop": ""
         }
     },
      "shopengine_button_bg": {
         "control": {
            "field": "ColorPalette",
            "label": "Background Color",
            "props": {
               "colors": [
                     {
                        "name": "red",
                        "color": "#f00"
                     },
                     {
                        "name": "white",
                        "color": "#fff"
                     },
                     {
                        "name": "blue",
                        "color": "#00f"
                     }
               ]
            }
         },
         "responsive": false,
         "type": "object",
         "default": {
            "desktop": ""
         }
     },
     "shopengine_button_bg_hover": {
      "control": {
         "field": "ColorPalette",
         "label": "Background Color Hover",
         "props": {
            "colors": [
                  {
                     "name": "red",
                     "color": "#f00"
                  },
                  {
                     "name": "white",
                     "color": "#fff"
                  },
                  {
                     "name": "blue",
                     "color": "#00f"
                  }
            ]
         }
      },
      "responsive": false,
      "type": "object",
      "default": {
         "desktop": ""
      }
    },
      "shopengine_button_font_size": {
         "control": {
            "field": "__experimentalUnitControl",
            "label": "Font Size(px)",
            "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "units": [
                  { 
                  "value": "px", 
                  "label": "px", 
                  "default": 0 
                  }
               ]
               
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
            "desktop": "16px"
         }
      },
      "shopengine_button_padding":{
         "control": {
            "field": "__experimentalBoxControl",
            "props": {
               "label": "Padding (px)",
               "units":[
                  {  
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ],
               "allowReset": true,
               "defaultValues": {
                  "top": "15px",
                  "right": "30px",
                  "bottom": "15px",
                  "left": "30px"
               }
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
               "desktop": {
                  "top": "15px",
                  "right": "30px",
                  "bottom": "15px",
                  "left": "30px"
               }
         }
      },
      "shopengine_button_margin":{
         "control": {
            "field": "__experimentalBoxControl",
            "props": {
               "label": "Margin (px)",
               "units":[
                  {  
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ],
               "allowReset": true,
               "defaultValues": {
                  "top": "0px",
                  "right": "0px",
                  "bottom": "0px",
                  "left": "0px"
               }
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
               "desktop": {
                  "top": "0px",
                  "right": "0px",
                  "bottom": "0px",
                  "left": "0px"
               }
         }
      },
      "shopengine_button_border_radius":{
         "control":{
             "field": "__experimentalBoxControl",
             "props" : {
                 "label": "Border Radius (px)",
               "units":[
                  {  
                     "value": "px", 
                     "label": "px", 
                     "default": 0 
                  }
               ],
               "allowReset": true,
               "defaultValues": {
                  "top": "3px",
                  "right": "3px",
                  "bottom": "3px",
                  "left": "3px"
               }
             }
         },

         "type": "object",
         "default": {
             "desktop": {
                 "top":"3px",
                 "right":"3px",
                 "bottom":"3px",
                 "left":"3px"
             }           
         }
     },

    "shopengine_button_section_end":{
      "type":"PanelBody"
    },

    "shopengine_input_lost_password_section_start":{
      "type":"PanelBody",
      "label": "Lost password"
    },
   "shopengine_input_lost_password_color": {
        "control": {
            "field": "ColorPalette",
            "label": "Color",
            "props": {
                "colors": [
                    {
                        "name": "3A3A3A",
                        "color": "#3A3A3A"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "responsive": false,
        "type": "object",
        "default": {
            "desktop": "#3A3A3A"
        }
    },
    "shopengine_input_lost_password_color_hover": {
      "control": {
          "field": "ColorPalette",
          "label": "Hover Color",
          "props": {
              "colors": [
                  {
                      "name": "#FF0303",
                      "color": "#FF0303"
                  },
                  {
                      "name": "white",
                      "color": "#fff"
                  },
                  {
                      "name": "blue",
                      "color": "#00f"
                  }
              ]
          }
      },
      "responsive": false,
      "type": "object",
      "default": {
          "desktop": "#FF0303"
      }
   },
   "shopengine_input_lost_password_font_size": {
      "control": {
         "field": "__experimentalUnitControl",
         "label": "Font Size(px)",
         "props": {
            "isPressEnterToChange": true,
            "isResetValueOnUnitChange": true,
            "units": [
               { 
               "value": "px", 
               "label": "px", 
               "default": 0 
               }
            ]
            
         }
      },
      "responsive": true,
      "type": "object",
      "default": {
         "desktop": "16px"
      }
   },

    "shopengine_input_lost_password_section_end":{
      "type":"PanelBody"
    },

    "shopengine_typography_section_start":{
      "type":"PanelBody",
      "label": "Global Font"
    },

      "shopengine_global_button_font_family": {
         "control": {
            "field": "FontfamilyControl",
            "label": "Global Font"
         },
         "responsive": true,
         "type": "object"
      },

    "shopengine_typography_section_end":{
      "type":"PanelBody"
    }
}