{
  "change_password": {
    "leave-popup": {
      "title": "Your password won’t be saved",
      "headerIcon": "fas fa-exclamation-circle",
      "description": "Are you sure you want to continue?",
      "actions": {
        "mod": "actions",
        "buttons": [
          {
            "title": "Cancel",
            "data-action": "cancel-reset",
            "isPrimary": true,
            "close-modal": true
          },
          {
            "mod": "btn-continue",
            "data-action": "reset-details",
            "title": "Yes, continue",
            "isSecondary": true,
            "link": "./page_my-account_change-password.html"
          }
        ]
      }
    },
    "breadcrumbs": [
      {
        "url": "/",
        "text": "Home"
      },
      {
        "url": "/page_my-account.html",
        "text": "My Account"
      },
      {
        "url": "/page_personal-details.html",
        "text": "Personal Details"
      },
      {
        "url": "/page_my-account_change-password.html",
        "text": "Change Password"
      }
    ],
    "fields": [
      {
        "type": "password",
        "id": "currentPassword",
        "label": "Current password",
        "value": "",
        "required": true,
        "showPassword": {
          "idToggleIcon": "toggleIcon",
          "classCustomIcon": "fas fa-eye fa-eye-slash",
          "idCustomIcon": "eyeIcon"
        }
      },
      {
        "type": "password",
        "id": "newPassword",
        "label": "New password",
        "value": "",
        "required": true,
        "info": "Minimum length is 6 characters",
        "modificator": "strength",
        "showPassword": {
          "idToggleIcon": "toggleIcon",
          "classCustomIcon": "fas fa-eye fa-eye-slash",
          "idCustomIcon": "eyeIcon"
        }
      },
      {
        "type": "password",
        "id": "confirmPassword",
        "label": "Confirm new password",
        "value": "",
        "required": true,
        "showPassword": {
          "idToggleIcon": "toggleIcon",
          "classCustomIcon": "fas fa-eye fa-eye-slash",
          "idCustomIcon": "eyeIcon"
        }
      }
    ]
  }
}
