{

   "shopengine_layout_section_start":{
      "type":"PanelBody",
      "label":"Dashboard Style"
    },
      
    "shopengine_account_dashboard_text_color": {
      "control": {
          "field": "ColorPalette",
          "label": "Text color",
          "props": {
              "colors": [
                  {
                      "name": "#3A3A3A",
                      "color": "#3A3A3A"
                  },
                  {
                      "name": "white",
                      "color": "#fff"
                  },
                  {
                      "name": "blue",
                      "color": "#00f"
                  }
              ]
          }
      },
      "responsive": false,
      "type": "object",
      "default": {
          "desktop": "#3A3A3A"
      }
   },
      "shopengine_account_dashboard_text_link_font_weight": {
         "control": {
               "field": "SelectControl",
               "label": "Text and Link Font Weight",
               "props": {
                  "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"
                     }
                  ]
               }
         },
         "responsive": false,
         "type": "object",
         "default": {
               "desktop": 400,
               "tablet": 400,
               "mobile": 400
         }
      },

      "shopengine_orders_header_font_weight_divider": {
         "control": {
            "field": "__experimentalDivider",
            "props": {
            }
         },
         "type": "object",
         "default": {
            "desktop": "Font Weight"
         }
      },

      "shopengine_account_dashboard_user_color": {
        "control": {
            "field": "ColorPalette",
            "label": "User color",
            "props": {
                "colors": [
                    {
                        "name": "#3A3A3A",
                        "color": "#3A3A3A"
                    },
                    {
                        "name": "white",
                        "color": "#fff"
                    },
                    {
                        "name": "blue",
                        "color": "#00f"
                    }
                ]
            }
        },
        "responsive": true,
        "type": "object",
        "default": {
            "desktop": "#3A3A3A"
        }
    },
    "shopengine_account_dashboard_user_font_weight": {
      "control": {
            "field": "SelectControl",
            "label": "User Font Weight",
            "props": {
               "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"
                  }
               ]
            }
      },
      "responsive": false,
      "type": "object",
      "default": {
            "desktop": 700,
            "tablet": 700,
            "mobile": 700
      }
   },
   "shopengine_account_dashboard_user_font_weight_divider": {
      "control": {
         "field": "__experimentalDivider",
         "props": {
         }
      },
      "type": "object",
      "default": {
         "desktop": "Font Weight"
      }
    },
   "shopengine_account_dashboard_link_color": {
         "control": {
            "field": "ColorPalette",
            "label": "Link color",
            "props": {
               "colors": [
                     {
                        "name": "#4169E1",
                        "color": "#4169E1"
                     },
                     {
                        "name": "white",
                        "color": "#fff"
                     },
                     {
                        "name": "blue",
                        "color": "#00f"
                     }
               ]
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
            "desktop": "#4169E1"
         }
   },   
   
   "shopengine_account_dashboard_link_hover_color": {
         "control": {
            "field": "ColorPalette",
            "label": "Link Hover color",
            "props": {
               "colors": [
                     {
                        "name": "#879BD6",
                        "color": "#879BD6"
                     },
                     {
                        "name": "white",
                        "color": "#fff"
                     },
                     {
                        "name": "blue",
                        "color": "#00f"
                     }
               ]
            }
         },
         "responsive": true,
         "type": "object",
         "default": {
            "desktop": "#879BD6"
         }
   },
   "shopengine_account_dashboard_link_text_decoration": {
      "control": {
          "field": "SelectControl",
          "label": "Link text decoration",
          "props": {
              "options": [{
                      "label": "None",
                      "value": "none"
                  },
                  {
                      "label": "Overline",
                      "value": "overline"
                  },
                  {
                      "label": "Line-through",
                      "value": "line-through"
                  },
                  {
                      "label": "Underline",
                      "value": "underline"
                  }
              ]
          }
      },
      "responsive": false,
      "type": "object",
      "default": {
          "desktop": "none",
          "tablet": "none",
          "mobile": "none"
      }
  },



   "shopengine_layout_section_end":{
   "type":"PanelBody"
   },

   "shopengine_account_dashboard_typography_section_start":{
      "type":"PanelBody",
      "label": "Typography & Space"
   },
   "shopengine_account_dashboard_typography_start": {
      "type": "PopoverControl",
      "label": "Typography"
        },

        "shopengine_account_dashboard_font_family": {
         "control": {
            "field": "FontfamilyControl",
            "label": "Font Family"
         },
         "responsive": true,
         "type": "object"
       },

        "shopengine_account_dashboard_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": "15px"
         }
        },
        "shopengine_account_dashboard_text_transform": {
            "control": {
                "field": "SelectControl",
                "label": "Transform",
                "props": {
                    "options": [{
                            "label": "Default",
                            "value": "normal"
                        },
                        {
                            "label": "Uppercase",
                            "value": "uppercase"
                        },
                        {
                            "label": "Lowercase",
                            "value": "lowercase"
                        },
                        {
                            "label": "Capitalize",
                            "value": "capitalize"
                        },
                        {
                            "label": "Normal",
                            "value": "normal"
                        }
                    ]
                }
            },
            "responsive": false,
            "type": "object",
            "default": {
                "desktop": "capitalize",
                "tablet": "capitalize",
                "mobile": "capitalize"
            }
        },
        "shopengine_account_dashboard_line_height": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Line Height",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": " "
         }
        },
        "shopengine_account_dashboard_letter_spacing": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Letter Spacing(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": 0
         }
        },
        "shopengine_account_dashboard_wordspace": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Word Spacing(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": 0
         }
        },
        "shopengine_account_dashboard_typography_end": {
            "type": "PopoverControl"
        },
        "shopengine_account_dashboard_spacing": {
         "control": {
             "field": "__experimentalUnitControl",
             "label": "Letter Spacing(px)",
             "props": {
               "isPressEnterToChange": true,
               "isResetValueOnUnitChange": true,
               "step": 0.1,
               "units": [
                  { 
                    "value": "px", 
                    "label": "px", 
                    "default": 0 
                  }
               ]
                 
             }
         },
         "responsive": true,
         "type": "object",
         "default": {
             "desktop": 15
         }
        },

   "shopengine_account_dashboard_typography_section_end":{
      "type":"PanelBody"
   }
}