{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/reset-password-form",
  "d4Shortcode": "disq_reset_password_form",
  "title": "Reset Password Form",
  "titles": "Reset Password Forms",
  "moduleIcon": "squad-modules/reset-password-form",
  "moduleClassName": "disq_reset_password_form",
  "category": "module",
  "folder": "squad-modules",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "htmlAttributes": {}
        },
        "decoration": {
          "animation": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "overflow": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        }
      },
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Reset Password Form"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "content": {
      "type": "object",
      "selector": "{{selector}} .disq-resetpw-form",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "layout": {
              "groupSlug": "contentLayout",
              "attrName": "content.innerContent",
              "subName": "layout",
              "label": "Layout",
              "description": "Choose the form layout.",
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "card": {
                      "label": "Card"
                    },
                    "split": {
                      "label": "Split"
                    }
                  }
                }
              }
            },
            "showLogo": {
              "groupSlug": "contentHeader",
              "attrName": "content.innerContent",
              "subName": "showLogo",
              "label": "Show Logo",
              "description": "Display the site logo above the form.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/yes-no-button",
                "props": {
                  "options": {
                    "off": {
                      "label": "No"
                    },
                    "on": {
                      "label": "Yes"
                    }
                  }
                }
              }
            },
            "titleText": {
              "groupSlug": "contentHeader",
              "attrName": "content.innerContent",
              "subName": "titleText",
              "label": "Title",
              "description": "Heading text displayed above the form.",
              "features": {
                "dynamicContent": {
                  "type": "text"
                },
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "newPasswordLabel": {
              "groupSlug": "contentFields",
              "attrName": "content.innerContent",
              "subName": "newPasswordLabel",
              "label": "New Password Label",
              "description": "Label for the new password field.",
              "features": {
                "dynamicContent": {
                  "type": "text"
                },
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "confirmPasswordLabel": {
              "groupSlug": "contentFields",
              "attrName": "content.innerContent",
              "subName": "confirmPasswordLabel",
              "label": "Confirm Password Label",
              "description": "Label for the confirm password field.",
              "features": {
                "dynamicContent": {
                  "type": "text"
                },
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "showStrengthMeter": {
              "groupSlug": "contentFields",
              "attrName": "content.innerContent",
              "subName": "showStrengthMeter",
              "label": "Show Strength Meter",
              "description": "Display a password strength indicator.",
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/yes-no-button",
                "props": {
                  "options": {
                    "off": {
                      "label": "No"
                    },
                    "on": {
                      "label": "Yes"
                    }
                  }
                }
              }
            },
            "buttonText": {
              "groupSlug": "contentButton",
              "attrName": "content.innerContent",
              "subName": "buttonText",
              "label": "Button Text",
              "description": "Text for the save password submit button.",
              "features": {
                "dynamicContent": {
                  "type": "text"
                },
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "layout": "card",
              "showLogo": "on",
              "titleText": "Set new password",
              "newPasswordLabel": "New Password",
              "confirmPasswordLabel": "Confirm Password",
              "showStrengthMeter": "on",
              "buttonText": "Save Password"
            }
          }
        }
      }
    }
  },
  "settings": {
    "groups": {
      "contentLayout": {
        "panel": "content",
        "priority": 10,
        "groupName": "content",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Layout"
          }
        }
      },
      "contentHeader": {
        "panel": "content",
        "priority": 20,
        "groupName": "content",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Header"
          }
        }
      },
      "contentFields": {
        "panel": "content",
        "priority": 30,
        "groupName": "content",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Fields"
          }
        }
      },
      "contentButton": {
        "panel": "content",
        "priority": 40,
        "groupName": "content",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Button"
          }
        }
      }
    }
  }
}
