{
	"apiVersion": 2,
	"name": "jet-forms/address-field",
	"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=\"M43.475 32.5167C43.475 30.2854 45.2854 28.475 47.5167 28.475C49.748 28.475 51.5583 30.2854 51.5583 32.5167C51.5583 34.748 49.748 36.5583 47.5167 36.5583C45.2854 36.5583 43.475 34.748 43.475 32.5167ZM47.5167 30.475C46.39 30.475 45.475 31.3899 45.475 32.5167C45.475 33.6434 46.39 34.5583 47.5167 34.5583C48.6434 34.5583 49.5583 33.6434 49.5583 32.5167C49.5583 31.3899 48.6434 30.475 47.5167 30.475Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M55.656 38H60C62.2091 38 64 36.2091 64 34V14C64 11.7909 62.2091 10 60 10H4C1.79086 10 0 11.7909 0 14V34C0 36.2091 1.79086 38 4 38H39.3773C39.3909 38.0306 39.4045 38.0611 39.4181 38.0916C40.2481 39.9442 41.3459 41.7738 42.4294 43.3796C42.5714 43.5901 42.7133 43.797 42.8547 44L44.3149 46C44.7121 46.5202 45.0828 46.9879 45.4095 47.3904C45.8156 47.8908 46.1546 48.2916 46.3931 48.5684C46.5124 48.7068 46.6066 48.8144 46.6715 48.8879C46.704 48.9247 46.7292 48.9529 46.7465 48.9724L46.7666 48.9948L46.7721 49.0009L47.5167 49.8252L48.2596 49.0027L48.2667 48.9948L48.2868 48.9724L48.3002 48.9574L48.3618 48.8879C48.4268 48.8144 48.521 48.7068 48.6402 48.5684C48.8787 48.2916 49.2178 47.8908 49.6239 47.3904C50.4352 46.3907 51.5186 44.9883 52.604 43.3796C53.6874 41.7738 54.7852 39.9442 55.6152 38.0916C55.6289 38.0611 55.6425 38.0306 55.656 38ZM38.6262 36H4C2.89543 36 2 35.1046 2 34V14C2 12.8954 2.89543 12 4 12H60C61.1046 12 62 12.8954 62 14V34C62 35.1046 61.1046 36 60 36H56.424C56.8005 34.8234 57.0333 33.6432 57.0333 32.5167C57.0333 27.2559 52.7775 23 47.5167 23C42.2559 23 38 27.2559 38 32.5167C38 33.0907 38 33.5 38.1696 34.273C38.2806 34.7791 38.4929 35.5371 38.6262 36ZM47.5167 46.802C47.6804 46.6068 47.8668 46.3816 48.0709 46.1301C48.8565 45.1621 49.9023 43.808 50.946 42.261C51.9917 40.7111 53.0231 38.9857 53.79 37.2739C54.5628 35.549 55.0333 33.9112 55.0333 32.5167C55.0333 28.3605 51.6729 25 47.5167 25C43.3605 25 40 28.3605 40 32.5167C40 33.9112 40.4706 35.549 41.2433 37.2739C42.0102 38.9857 43.0416 40.7111 44.0873 42.261C45.1311 43.808 46.1768 45.1621 46.9624 46.1301C47.1666 46.3816 47.3529 46.6068 47.5167 46.802Z\" fill=\"currentColor\"/>\n<path d=\"M37 42C37.5523 42 38 42.4477 38 43C38 43.5523 37.5523 44 37 44H6C5.44772 44 5 43.5523 5 43C5 42.4477 5.44771 42 6 42H37Z\" fill=\"currentColor\"/>\n<path d=\"M38 49C38 48.4477 37.5523 48 37 48H6C5.44771 48 5 48.4477 5 49C5 49.5523 5.44772 50 6 50H37C37.5523 50 38 49.5523 38 49Z\" fill=\"currentColor\"/>\n</svg>",
	"keywords": [
		"jetformbuilder",
		"field",
		"address",
		"place",
		"autocomplete"
	],
	"textdomain": "jet-form-builder",
	"supports": {
		"customClassName": false,
		"html": false
	},
	"attributes": {
		"countries": {
			"type": "array",
			"default": []
		},
		"types": {
			"type": "array",
			"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": "",
			"jfb": {
				"rich": true
			}
		},
		"placeholder": {
			"type": "string",
			"default": "",
			"jfb": {
				"rich": true
			}
		},
		"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": ""
		}
	},
	"usesContext": [
		"jet-forms/repeater-field--name",
		"jet-forms/repeater-row--default",
		"jet-forms/repeater-row--current-index"
	],
	"title": ""
}