{
  "shopengine_account_downloads_table_heading_panel_start": {
    "type": "PanelBody",
    "label": "Table Heading"
  },
  "shopengine_orders_header_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Text Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#3A3A3A"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#3A3A3A"
    }
  },
  "shopengine_orders_header_background": {
    "control": {
      "field": "ColorPalette",
      "label": "Background",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Gray",
            "color": "#f5f5f5"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#f5f5f5"
    }
  },
  "shopengine_account_downloads_table_header_typography_start": {
    "type": "PopoverControl",
    "label": "Typography"
  },
  "shopengine_orders_header_font_family": {
    "control": {
      "field": "FontfamilyControl",
      "label": "Font Family"
    },
    "type": "object"
  },
  "shopengine_orders_header_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": "16"
    }
  },
  "shopengine_orders_header_font_weight": {
    "control": {
      "field": "SelectControl",
      "label": "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": 600,
      "tablet": 600,
      "mobile": 600
    }
  },
  "shopengine_order_header_text_transform": {
    "control": {
      "field": "SelectControl",
      "label": "Transform",
      "props": {
        "options": [
          {
            "label": "Default",
            "value": "initial"
          },
          {
            "label": "Uppercase",
            "value": "uppercase"
          },
          {
            "label": "Lowercase",
            "value": "lowercase"
          },
          {
            "label": "Capitalize",
            "value": "capitalize"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "initial",
      "tablet": "initial",
      "mobile": "initial"
    }
  },
  "shopengine_order_header_text_style": {
    "control": {
      "field": "SelectControl",
      "label": "Style",
      "props": {
        "options": [
          {
            "label": "Default",
            "value": "initial"
          },
          {
            "label": "Normal",
            "value": "normal"
          },
          {
            "label": "Italic",
            "value": "italic"
          },
          {
            "label": "Oblique",
            "value": "oblique"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "initial",
      "tablet": "initial",
      "mobile": "initial"
    }
  },
  "shopengine_order_header_line_height": {
    "control": {
      "field": "RangeControl",
      "label": "Line Height(px)",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "55"
    }
  },
  "shopengine_order_header_word_spacing": {
    "control": {
      "field": "RangeControl",
      "label": "Word Spacing",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": ""
    }
  },
  "shopengine_account_downloads_table_header_typography_end": {
    "type": "PopoverControl"
  },

  "shopengine_account_downloads_table_heading_panel_end": {
    "type": "PanelBody"
  },
  "shopengine_account_downloads_table_body_panel_start": {
    "type": "PanelBody",
    "label": "Table Body"
  },
  "shopengine_download_body_bg_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Body Background",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "white",
            "color": "#fff"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#fff"
    }
  },
  "shopengine_download_body_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Text Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#3A3A3A"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#3A3A3A"
    }
  },
  "shopengine_download_body_link_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Link Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#4169E1"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#4169E1"
    }
  },
  "shopengine_download_link_hover_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Link Hover Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#3A3A3A"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#3A3A3A"
    }
  },
  "shopengine_account_downloads_table_body_typography_start": {
    "type": "PopoverControl",
    "label": "Typography"
  },
  "shopengine_orders_body_font_family": {
    "control": {
      "field": "FontfamilyControl",
      "label": "Font Family"
    },
    "type": "object"
  },
  "shopengine_orders_body_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": "16"
    }
  },
  "shopengine_orders_body_font_weight": {
    "control": {
      "field": "SelectControl",
      "label": "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_order_body_text_transform": {
    "control": {
      "field": "SelectControl",
      "label": "Transform",
      "props": {
        "options": [
          {
            "label": "Default",
            "value": "initial"
          },
          {
            "label": "Uppercase",
            "value": "uppercase"
          },
          {
            "label": "Lowercase",
            "value": "lowercase"
          },
          {
            "label": "Capitalize",
            "value": "capitalize"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "initial",
      "tablet": "initial",
      "mobile": "initial"
    }
  },
  "shopengine_order_body_text_style": {
    "control": {
      "field": "SelectControl",
      "label": "Style",
      "props": {
        "options": [
          {
            "label": "Default",
            "value": "initial"
          },
          {
            "label": "Normal",
            "value": "normal"
          },
          {
            "label": "Italic",
            "value": "italic"
          },
          {
            "label": "Oblique",
            "value": "oblique"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "initial",
      "tablet": "initial",
      "mobile": "initial"
    }
  },
  "shopengine_order_body_line_height": {
    "control": {
      "field": "RangeControl",
      "label": "Line Height(px)",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "55"
    }
  },
  "shopengine_order_body_word_spacing": {
    "control": {
      "field": "RangeControl",
      "label": "Word Spacing",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "0"
    }
  },

  "shopengine_account_downloads_table_body_typography_end": {
    "type": "PopoverControl"
  },
  "shopengine_order_body_border_type": {
    "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_order_body_border_width": {
    "control": {
      "field": "__experimentalUnitControl",
      "props": {
        "label": "Border Bottom Width",
        "isPressEnterToChange": true,
        "units": [{ "value": "px", "label": "px", "default": 0 }]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "1px"
    }
  },
  "shopengine_order_body_border_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Border Row Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#F2F2F2"
    }
  },
  "shopengine_responsive_striped_bg": {
    "control": {
      "field": "ColorPalette",
      "label": "Responsive Striped Background",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": ""
    }
  },
  "shopengine_account_downloads_table_body_panel_end": {
    "type": "PanelBody"
  },
  "shopengine_account_downloads_buttons_panel_start": {
    "type": "PanelBody",
    "label": "Download Buttons"
  },
  "shopengine_download_button_padding": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Padding"
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "10px",
        "right": "21px",
        "bottom": "10px",
        "left": "21px"
      },
      "tablet": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      },
      "mobile": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },
  "shopengine_download_button_radius": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Border Radius"
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "3px",
        "right": "3px",
        "bottom": "3px",
        "left": "3px"
      },
      "tablet": {
        "top": "3px",
        "right": "3px",
        "bottom": "3px",
        "left": "3px"
      },
      "mobile": {
        "top": "3px",
        "right": "3px",
        "bottom": "3px",
        "left": "3px"
      }
    }
  },
  "shopengine_account_downloads_buttons_typography_start": {
    "type": "PopoverControl",
    "label": "Button Typography"
  },
  "shopengine_orders_download_button_font_family": {
    "control": {
      "field": "FontfamilyControl",
      "label": "Font Family"
    },
    "type": "object"
  },
  "shopengine_orders_download_button_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": "15"
    }
  },
  "shopengine_orders_download_button_font_weight": {
    "control": {
      "field": "SelectControl",
      "label": "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": 500,
      "tablet": 500,
      "mobile": 500
    }
  },
  "shopengine_order_download_button_text_transform": {
    "control": {
      "field": "SelectControl",
      "label": "Transform",
      "props": {
        "options": [
          {
            "label": "Default",
            "value": "initial"
          },
          {
            "label": "Uppercase",
            "value": "uppercase"
          },
          {
            "label": "Lowercase",
            "value": "lowercase"
          },
          {
            "label": "Capitalize",
            "value": "capitalize"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "initial",
      "tablet": "initial",
      "mobile": "initial"
    }
  },
  "shopengine_order_download_button_word_spacing": {
    "control": {
      "field": "RangeControl",
      "label": "Word Spacing",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": ""
    }
  },
  "shopengine_account_downloads_buttons_typography_end": {
    "type": "PopoverControl"
  },
  "shopengine_account_downloads_buttons_box_shadow_start": {
    "type": "PopoverControl",
    "label": "Box Shadow"
  },
  "shopengine_account_downloads_button_box_shadow_color": {
    "control": {
      "field": "ColorPicker",
      "label": "Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": {
        "rgb": {
          "r": 0,
          "g": 0,
          "b": 0,
          "a": 0.5
        }
      }
    }
  },
  "shopengine_account_downloads_button_box_shadow_horizontal": {
    "control": {
      "field": "RangeControl",
      "label": "Horizontal",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "0"
    }
  },
  "shopengine_account_downloads_button_box_shadow_vertical": {
    "control": {
      "field": "RangeControl",
      "label": "Vertical",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "0"
    }
  },
  "shopengine_account_downloads_button_box_shadow_blur": {
    "control": {
      "field": "RangeControl",
      "label": "Blur",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "10"
    }
  },
  "shopengine_account_downloads_button_box_shadow_spread": {
    "control": {
      "field": "RangeControl",
      "label": "Spread",
      "props": {
        "withInputField": true,
        "allowReset": true,
        "min": 0,
        "max": 200,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "0"
    }
  },
  "shopengine_account_downloads_button_box_shadow_position": {
    "control": {
      "field": "SelectControl",
      "label": "Position",
      "props": {
        "options": [
          {
            "label": "Outline",
            "value": ""
          },
          {
            "label": "Inset",
            "value": "inset"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "",
      "tablet": "",
      "mobile": ""
    }
  },
  "shopengine_account_downloads_buttons_box_shadow_end": {
    "type": "PopoverControl"
  },
  "shopengine_account_downloads_buttons_tab_container_start": {
    "type": "TabContainer",
    "label": "Tabs Style"
  },
  "shopengine_account_downloads_buttons_tab_normal_start": {
    "type": "TabControl",
    "label": "Normal"
  },
  "shopengine_download_button_tab_clr": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "colors": [
          {
            "name": "fff",
            "color": "#fff"
          },
          {
            "name": "Black",
            "color": "#000"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#fff"
    }
  },
  "shopengine_download_button_tab_bg": {
    "control": {
      "field": "ColorPalette",
      "label": "Background",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#3A3A3A"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#3A3A3A"
    }
  },
  "shopengine_account_downloads_buttons_tab_normal_end": {
    "type": "TabControl"
  },
  "shopengine_account_downloads_buttons_tab_hover_start": {
    "type": "TabControl",
    "label": "Hover"
  },
  "shopengine_download_button_tab_hover_clr": {
    "control": {
      "field": "ColorPalette",
      "label": "Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#fff"
    }
  },
  "shopengine_download_button_tab_hover_bg": {
    "control": {
      "field": "ColorPalette",
      "label": "Background",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#101010"
    }
  },
  "shopengine_account_downloads_buttons_tab_hover_end": {
    "type": "TabControl"
  },
  "shopengine_account_downloads_buttons_tab_container_end": {
    "type": "TabContainer"
  },
  "shopengine_account_downloads_buttons_panel_end": {
    "type": "PanelBody"
  }
}
