{
  "shopengine_account_form_register_label_panel_start": {
    "type": "PanelBody",
    "label": "Label"
  },
  "shopengine_account_form_register_label_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#3A3A3A"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#3A3A3A"
    }
  },
  "shopengine_account_form_register_label_indicator_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Required Indicator Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#3A3A3A"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#3A3A3A"
    }
  },
  "shopengine_account_form_register_label_font_size": {
    "control": {
      "field": "RangeControl",
      "label": "Font Size(px)",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "18"
    }
  },
  "shopengine_account_form_register_label_panel_end": {
    "type": "PanelBody"
  },
  "shopengine_account_form_register_input_panel_start": {
    "type": "PanelBody",
    "label": "Input"
  },
  "shopengine_account_form_register_input_font_size": {
    "control": {
      "field": "RangeControl",
      "label": "Font Size(px)",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "18"
    }
  },
  "shopengine_account_form_register_input_padding": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Padding"
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      },
      "tablet": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      },
      "mobile": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },
  "shopengine_account_form_register_input_margin": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Margin"
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "10px",
        "right": "0px",
        "bottom": "10px",
        "left": "0px"
      },
      "tablet": {
        "top": "10px",
        "right": "0px",
        "bottom": "10px",
        "left": "0px"
      },
      "mobile": {
        "top": "10px",
        "right": "0px",
        "bottom": "10px",
        "left": "0px"
      }
    }
  },
  "shopengine_account_form_register_tab_container_start": {
    "type": "TabContainer",
    "label": "Tabs Style"
  },
  "shopengine_account_form_register_tab_normal_start": {
    "type": "TabControl",
    "label": "Normal"
  },

  "shopengine_account_form_register_input_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Input Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#101010"
    }
  },
  "shopengine_account_form_register_input_background_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Input Background Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#fff"
    }
  },
  "shopengine_account_form_register_input_border_start": {
    "type": "PopoverControl",
    "label": "Border"
  },
  "shopengine_account_form_register_input_border_style": {
    "control": {
      "field": "SelectControl",
      "label": "Border Type",
      "props": {
        "options": [
          {
            "label": "None",
            "value": "none"
          },
          {
            "label": "Solid",
            "value": "solid"
          },
          {
            "label": "Dotted",
            "value": "dotted"
          },
          {
            "label": "Double",
            "value": "double"
          },
          {
            "label": "Dashed",
            "value": "dashed"
          },
          {
            "label": "Groove",
            "value": "groove"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "solid"
    }
  },
  "shopengine_account_form_register_input_border_width": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Border Width"
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "1px",
        "right": "1px",
        "bottom": "1px",
        "left": "1px"
      },
      "tablet": {
        "top": "1px",
        "right": "1px",
        "bottom": "1px",
        "left": "1px"
      },
      "mobile": {
        "top": "1px",
        "right": "1px",
        "bottom": "1px",
        "left": "1px"
      }
    }
  },
  "shopengine_account_form_register_input_border_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Border Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#00f"
          },
          {
            "name": "black",
            "color": "#101010"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#DEE3EA"
    }
  },
  "shopengine_account_form_register_input_border_end": {
    "type": "PopoverControl"
  },
  "shopengine_account_form_register_tab_normal_end": {
    "type": "TabControl"
  },
  "shopengine_account_form_register_tab_focus_start": {
    "type": "TabControl",
    "label": "Focus"
  },

  "shopengine_account_form_register_input_focus_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Input Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#000"
    }
  },
  "shopengine_account_form_register_input_focus_background_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Input Background Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#fff"
    }
  },
  "shopengine_account_form_register_input_focus_border_start": {
    "type": "PopoverControl",
    "label": "Border"
  },
  "shopengine_account_form_register_input_focus_border_style": {
    "control": {
      "field": "SelectControl",
      "label": "Border Type",
      "props": {
        "options": [
          {
            "label": "None",
            "value": "none"
          },
          {
            "label": "Solid",
            "value": "solid"
          },
          {
            "label": "Dotted",
            "value": "dotted"
          },
          {
            "label": "Double",
            "value": "double"
          },
          {
            "label": "Dashed",
            "value": "dashed"
          },
          {
            "label": "Groove",
            "value": "groove"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "solid"
    }
  },
  "shopengine_account_form_register_input_focus_border_width": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Border Width"
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "1px",
        "right": "1px",
        "bottom": "1px",
        "left": "1px"
      },
      "tablet": {
        "top": "1px",
        "right": "1px",
        "bottom": "1px",
        "left": "1px"
      },
      "mobile": {
        "top": "1px",
        "right": "1px",
        "bottom": "1px",
        "left": "1px"
      }
    }
  },
  "shopengine_account_form_register_input_focus_border_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Border Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#00f"
          },
          {
            "name": "black",
            "color": "#101010"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#DEE3EA"
    }
  },
  "shopengine_account_form_register_input_focus_border_end": {
    "type": "PopoverControl"
  },
  "shopengine_account_form_register_tab_focus_end": {
    "type": "TabControl"
  },
  "shopengine_account_form_register_tab_container_end": {
    "type": "TabContainer"
  },

  "shopengine_account_form_register_input_panel_end": {
    "type": "PanelBody"
  },
  "shopengine_account_form_register_message_panel_start": {
    "type": "PanelBody",
    "label": "Message"
  },
  "shopengine_account_form_register_message_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#00f"
          },
          {
            "name": "black",
            "color": "#3A3A3A"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#3A3A3A"
    }
  },
  "shopengine_account_form_register_message_link_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Link Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#00f"
          },
          {
            "name": "black",
            "color": "#3A3A3A"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#3A3A3A"
    }
  },
  "shopengine_account_form_register_message_font_size": {
    "control": {
      "field": "RangeControl",
      "label": "Font Size",
      "props": {
        "allowReset": true,
        "min": 0,
        "max": 100,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "18"
    }
  },
  "shopengine_account_form_register_message_line_spacing": {
    "control": {
      "field": "RangeControl",
      "label": "Line Spacing",
      "props": {
        "allowReset": true,
        "min": 0,
        "max": 100,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "22"
    }
  },
  "shopengine_account_form_register_message_panel_end": {
    "type": "PanelBody"
  },
  "shopengine_account_form_register_button_panel_start": {
    "type": "PanelBody",
    "label": "Button"
  },
  "shopengine_account_form_register_button_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#00f"
          },
          {
            "name": "black",
            "color": "#101010"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#fff"
    }
  },
  "shopengine_account_form_register_button_background_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Background Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#00f"
          },
          {
            "name": "black",
            "color": "#3B3B3B"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#3B3B3B"
    }
  },
  "shopengine_account_form_register_button_background_hover_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Background Hover Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "white",
            "color": "#fff"
          },
          {
            "name": "blue",
            "color": "#00f"
          },
          {
            "name": "black",
            "color": "#101010"
          }
        ]
      }
    },
    "type": "object",
    "default": {
      "desktop": "#101010"
    }
  },
  "shopengine_account_form_register_button_padding": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Padding"
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "15px",
        "right": "30px",
        "bottom": "15px",
        "left": "30px"
      },
      "tablet": {
        "top": "15px",
        "right": "30px",
        "bottom": "15px",
        "left": "30px"
      },
      "mobile": {
        "top": "15px",
        "right": "30px",
        "bottom": "15px",
        "left": "30px"
      }
    }
  },
  "shopengine_account_form_register_button_margin": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Margin"
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      },
      "tablet": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      },
      "mobile": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },
  "shopengine_account_form_register_button_panel_end": {
    "type": "PanelBody"
  },
  "shopengine_account_form_register_button_global_font_panel_start": {
    "type": "PanelBody",
    "label": "Global Font"
  },
  "shopengine_account_form_register_button_font_family": {
    "control": {
      "field": "FontfamilyControl",
      "label": "Font Family"
    },
    "type": "object"
  },
  "shopengine_account_form_register_button_global_font_panel_end": {
    "type": "PanelBody"
  }
}
