{
	"apiVersion": 2,
	"name": "jet-forms/reset-password",
	"title": "Reset Password Fields",
	"category": "jet-form-builder-fields",
	"icon": "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 16C1.79086 16 0 17.7909 0 20V45C0 47.2091 1.79086 49 4 49H60C62.2091 49 64 47.2091 64 45V20C64 17.7909 62.2091 16 60 16H4ZM60 18H4C2.89543 18 2 18.8954 2 20V45C2 46.1046 2.89543 47 4 47H60C61.1046 47 62 46.1046 62 45V20C62 18.8954 61.1046 18 60 18ZM48 24C48 23.4477 48.4477 23 49 23C49.5523 23 50 23.4477 50 24V41C50 41.5523 49.5523 42 49 42C48.4477 42 48 41.5523 48 41V24ZM15.5618 36.7854C15.1906 36.5096 15.1152 35.9651 15.3964 35.5905L17.1413 33.2661L14.5805 32.478C14.1447 32.3439 13.9 31.8604 14.039 31.4079C14.1788 30.9526 14.6513 30.7091 15.0815 30.8704L17.5666 31.8023L17.4911 28.86C17.479 28.3888 17.8408 28 18.2914 28C18.7428 28 19.1049 28.3901 19.0917 28.8621L19.0075 31.8686L21.437 30.9453C21.8718 30.7801 22.3502 31.0291 22.4865 31.4915C22.6218 31.9507 22.365 32.4355 21.9211 32.559L19.3785 33.2661L21.0596 35.6492C21.326 36.0269 21.2482 36.5593 20.886 36.8365C20.5123 37.1224 19.9859 37.0231 19.7312 36.6186L18.1949 34.1787L16.6883 36.565C16.4399 36.9584 15.9293 37.0583 15.5618 36.7854ZM26.3005 36.7854C25.9293 36.5096 25.8539 35.9651 26.1351 35.5905L27.88 33.2661L25.3192 32.478C24.8834 32.3439 24.6387 31.8604 24.7777 31.4079C24.9175 30.9526 25.3899 30.7091 25.8202 30.8704L28.3052 31.8023L28.2298 28.86C28.2177 28.3888 28.5795 28 29.0301 28C29.4815 28 29.8436 28.3901 29.8304 28.8621L29.7462 31.8686L32.1757 30.9453C32.6105 30.7801 33.0889 31.0291 33.2252 31.4915C33.3605 31.9507 33.1037 32.4355 32.6598 32.559L30.1172 33.2661L31.7983 35.6492C32.0647 36.0269 31.9869 36.5593 31.6247 36.8365C31.251 37.1224 30.7246 37.0231 30.4699 36.6186L28.9336 34.1787L27.427 36.565C27.1786 36.9584 26.668 37.0583 26.3005 36.7854ZM37.0392 36.7854C36.6679 36.5096 36.5926 35.9651 36.8738 35.5905L38.6187 33.2661L36.0579 32.478C35.622 32.3439 35.3774 31.8604 35.5164 31.4079C35.6562 30.9526 36.1286 30.7091 36.5589 30.8704L39.0439 31.8023L38.9685 28.86C38.9564 28.3888 39.3182 28 39.7688 28C40.2201 28 40.5823 28.3901 40.5691 28.8621L40.4849 31.8686L42.9144 30.9453C43.3491 30.7801 43.8276 31.0291 43.9638 31.4915C44.0992 31.9507 43.8424 32.4355 43.3985 32.559L40.8559 33.2661L42.5369 35.6492C42.8034 36.0269 42.7256 36.5593 42.3634 36.8365C41.9896 37.1224 41.4633 37.0231 41.2086 36.6186L39.6723 34.1787L38.1656 36.565C37.9173 36.9584 37.4067 37.0583 37.0392 36.7854Z\" fill=\"currentColor\"/>\n</svg>",
	"keywords": [
		"jetformbuilder",
		"field",
		"reset",
		"password",
		"forgot"
	],
	"textdomain": "jet-form-builder",
	"supports": {
		"customClassName": false,
		"html": false
	},
	"attributes": {
		"isPreview": {
			"type": "boolean",
			"default": false
		},
		"user_name": {
			"type": "string",
			"default": "user_login_or_email"
		},
		"user_label": {
			"type": "string",
			"default": "User login/email",
			"jfb": {
				"shortcode": true
			}
		},
		"user_desc": {
			"type": "string",
			"default": "",
			"jfb": {
				"shortcode": true
			}
		},
		"user_placeholder": {
			"type": "string",
			"default": ""
		},
		"password_name": {
			"type": "string",
			"default": "new_password"
		},
		"password_label": {
			"type": "string",
			"default": "Input new password",
			"jfb": {
				"shortcode": true
			}
		},
		"password_desc": {
			"type": "string",
			"default": "",
			"jfb": {
				"shortcode": true
			}
		},
		"password_placeholder": {
			"type": "string",
			"default": ""
		},
		"confirm_password_name": {
			"type": "string",
			"default": "confirm_new_password"
		},
		"confirm_password_label": {
			"type": "string",
			"default": "Confirm new password",
			"jfb": {
				"shortcode": true
			}
		},
		"confirm_password_desc": {
			"type": "string",
			"default": "",
			"jfb": {
				"shortcode": true
			}
		},
		"confirm_password_placeholder": {
			"type": "string",
			"default": ""
		}
	}
}