{
	"apiVersion": 2,
	"name": "jet-forms/textarea-field",
	"category": "jet-form-builder-fields",
	"keywords": [
		"jetformbuilder",
		"field",
		"textarea"
	],
	"textdomain": "jet-form-builder",
	"supports": {
		"customClassName": false,
		"html": false,
		"jetFBSanitizeValue": true
	},
	"title": "Textarea Field",
	"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=\"M43 21.581C44.6569 21.581 46 20.2379 46 18.581V17C46 15.3431 44.6569 14 43 14H20C18.3431 14 17 15.3431 17 17V18.581C17 20.2379 18.3431 21.581 20 21.581H27.3686V48C27.3686 49.6569 28.7117 51 30.3686 51H32.6092C34.2661 51 35.6092 49.6569 35.6092 48V21.581H43ZM44 18.581C44 19.1333 43.5523 19.581 43 19.581H34.6092C34.057 19.581 33.6092 20.0288 33.6092 20.581V48C33.6092 48.5523 33.1615 49 32.6092 49H30.3686C29.8163 49 29.3686 48.5523 29.3686 48V20.581C29.3686 20.0288 28.9208 19.581 28.3686 19.581H20C19.4477 19.581 19 19.1333 19 18.581V17C19 16.4477 19.4477 16 20 16H43C43.5523 16 44 16.4477 44 17V18.581Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 0C0.895431 0 0 0.89543 0 2V11C0 12.1046 0.89543 13 2 13H5V51H2C0.895431 51 0 51.8954 0 53V62C0 63.1046 0.89543 64 2 64H11C12.1046 64 13 63.1046 13 62V59H51V62C51 63.1046 51.8954 64 53 64H62C63.1046 64 64 63.1046 64 62V53C64 51.8954 63.1046 51 62 51H59V13H62C63.1046 13 64 12.1046 64 11V2C64 0.895431 63.1046 0 62 0H53C51.8954 0 51 0.89543 51 2V5H13V2C13 0.895431 12.1046 0 11 0H2ZM7 51V13H11C12.1046 13 13 12.1046 13 11V7H51V11C51 12.1046 51.8954 13 53 13H57V51H53C51.8954 51 51 51.8954 51 53V57H13V53C13 51.8954 12.1046 51 11 51H7ZM11 2H2L2 11H11V2ZM53 2H62V11H53V2ZM62 53H53V62H62V53ZM2 53H11V62H2L2 53Z\" fill=\"currentColor\"/>\n</svg>",
	"attributes": {
		"value": {
			"type": "object",
			"default": {}
		},
		"validation": {
			"type": "object",
			"default": {}
		},
		"minlength": {
			"type": [
				"number",
				"string"
			],
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"maxlength": {
			"type": [
				"number",
				"string"
			],
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"label": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"name": {
			"type": "string",
			"default": "field_name"
		},
		"desc": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"default": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich-no-preset": true
			}
		},
		"placeholder": {
			"type": "string",
			"default": ""
		},
		"required": {
			"type": "boolean",
			"default": false
		},
		"add_prev": {
			"type": "boolean",
			"default": false
		},
		"prev_label": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"visibility": {
			"type": "string",
			"default": ""
		},
		"class_name": {
			"type": "string",
			"default": ""
		},
		"className": {
			"type": "string",
			"default": ""
		},
		"isPreview": {
			"type": "boolean",
			"default": false
		}
	},
	"usesContext": [
		"jet-forms/repeater-field--name",
		"jet-forms/repeater-row--default",
		"jet-forms/repeater-row--current-index"
	]
}