{
	"apiVersion": 2,
	"name": "jet-forms/repeater-field",
	"category": "jet-form-builder-fields",
	"keywords": [
		"jetformbuilder",
		"field",
		"range"
	],
	"textdomain": "jet-form-builder",
	"supports": {
		"customClassName": false,
		"html": false
	},
	"title": "Repeater Field",
	"icon": "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.9629 21V11.0264H11.751L7.62891 12.4961V14.0479L9.99414 13.2959V21H11.9629Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 6C0 3.79086 1.79086 2 4 2H60C62.2091 2 64 3.79086 64 6V26C64 28.2091 62.2091 30 60 30H4C1.79086 30 0 28.2091 0 26V6ZM4 4H18.5V28H4C2.89543 28 2 27.1046 2 26V6C2 4.89543 2.89543 4 4 4ZM20.5 28V4H60C61.1046 4 62 4.89543 62 6V26C62 27.1046 61.1046 28 60 28H20.5Z\" fill=\"currentColor\"/>\n<path d=\"M13.9727 53V51.4619H9.70703L11.4365 49.5205C11.7692 49.1833 12.0723 48.8574 12.3457 48.543C12.6191 48.2285 12.8516 47.9186 13.043 47.6133C13.2389 47.3034 13.3893 46.9935 13.4941 46.6836C13.599 46.3691 13.6514 46.0479 13.6514 45.7197C13.6514 45.1364 13.526 44.6351 13.2754 44.2158C13.0293 43.792 12.6647 43.4684 12.1816 43.2451C11.7031 43.0173 11.1152 42.9033 10.418 42.9033C9.71159 42.9033 9.10091 43.0514 8.58594 43.3477C8.07096 43.6393 7.6722 44.0335 7.38965 44.5303C7.1071 45.0225 6.96582 45.5648 6.96582 46.1572H8.94141C8.94141 45.8291 8.99609 45.5352 9.10547 45.2754C9.2194 45.0156 9.38346 44.8128 9.59766 44.667C9.81641 44.5212 10.0762 44.4482 10.377 44.4482C10.6595 44.4482 10.8965 44.5075 11.0879 44.626C11.2839 44.7445 11.432 44.9131 11.5322 45.1318C11.6325 45.346 11.6826 45.6035 11.6826 45.9043C11.6826 46.1048 11.6393 46.3167 11.5527 46.54C11.4707 46.7588 11.3363 47.0072 11.1494 47.2852C10.9626 47.5586 10.7074 47.8753 10.3838 48.2354L7.16406 51.6875V53H13.9727Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 38C0 35.7909 1.79086 34 4 34H60C62.2091 34 64 35.7909 64 38V58C64 60.2091 62.2091 62 60 62H4C1.79086 62 0 60.2091 0 58V38ZM4 36H18.5V60H4C2.89543 60 2 59.1046 2 58V38C2 36.8954 2.89543 36 4 36ZM20.5 60V36H60C61.1046 36 62 36.8954 62 38V58C62 59.1046 61.1046 60 60 60H20.5Z\" fill=\"currentColor\"/>\n</svg>",
	"attributes": {
		"validation": {
			"type": "object",
			"default": {}
		},
		"calc_formula": {
			"type": "string",
			"default": ""
		},
		"manage_items_count": {
			"type": "string",
			"default": "manually"
		},
		"new_item_label": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"manage_items_count_field": {
			"type": "string",
			"default": ""
		},
		"repeater_calc_type": {
			"type": "string",
			"default": "default"
		},
		"label": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"name": {
			"type": "string",
			"default": "field_name"
		},
		"desc": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"default": {
			"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": ""
		}
	},
	"providesContext": {
		"jet-forms/repeater-field--name": "name",
		"jet-forms/repeater-field--manage-items": "manage_items_count"
	},
	"viewStyle": "jet-fb-repeater-field"
}