{
  "shopengine_section_product_logout_start": {
    "type": "PanelBody",
    "label": "Content"
  },
  "shopengine_acc_logout_content_icon": {
    "control": {
      "field": "IconControl",
      "label": "Icon"
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "fas fa-sign-out-alt"
    },
    "ssr": true
  },

  "shopengine_acc_logout_content_title": {
    "control": {
      "field": "TextControl",
      "props": {
        "label": "Logout Text"
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "Logout"
    },
    "ssr": true
  },
  "shopengine_logout_title_align": {
    "control": {
      "field": "SelectControl",
      "label": "Alignment",
      "props": {
        "options": [
          {
            "label": "Left",
            "value": "left"
          },
          {
            "label": "Center",
            "value": "center"
          },
          {
            "label": "Right",
            "value": "right"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "left",
      "tablet": "left",
      "mobile": "left"
    }
  },
  "shopengine_section_product_logout_end": {
    "type": "PanelBody"
  },
  "shopengine_logout_title_style_panel_start": {
    "type": "PanelBody",
    "label": "Style"
  },
  "shopengine_logout_title_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Text Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": "#101010"
    }
  },
  "shopengine_logout_title_hover_color": {
    "control": {
      "field": "ColorPalette",
      "label": "Text Hover Color",
      "props": {
        "colors": [
          {
            "name": "red",
            "color": "#f00"
          },
          {
            "name": "Black",
            "color": "#101010"
          },
          {
            "name": "blue",
            "color": "#00f"
          }
        ]
      }
    },
    "responsive": false,
    "type": "object",
    "default": {
      "desktop": ""
    }
  },
  "shopengine_logout_title_typography_start": {
    "type": "PopoverControl",
    "label": "Text Typography"
  },
  "shopengine_logout_title_font_family": {
    "control": {
      "field": "FontfamilyControl",
      "label": "Font Family"
    },
    "type": "object"
  },
  "shopengine_logout_title_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": ""
    }
  },
  "shopengine_logout_title_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_logout_title_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_logout_title_line_height": {
    "control": {
      "field": "RangeControl",
      "label": "Line Height(px)",
      "props": {
        "allowReset": true,
        "min": 0,
        "max": 100,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 0
    }
  },
  "shopengine_logout_title_letter_spacing": {
    "control": {
      "field": "RangeControl",
      "label": "Letter Spacing(px)",
      "props": {
        "allowReset": true,
        "min": 0,
        "max": 100,
        "step": 1
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": 0.1
    }
  },
  "shopengine_logout_title_typography_end": {
    "type": "PopoverControl"
  },

  "shopengine_logout_title_style_panel_end": {
    "type": "PanelBody"
  }
}
