{
	"apiVersion": 3,
	"name": "jet-forms/conditional-block",
	"category": "jet-form-builder-elements",
	"keywords": [
		"jetformbuilder",
		"block",
		"conditonal"
	],
	"textdomain": "jet-form-builder",
	"supports": {
		"customClassName": false,
		"html": false
	},
	"title": "Conditional Block",
	"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.9999 2C41.7907 2 39.9999 3.79086 39.9999 6V16C39.9999 18.2091 41.7907 20 43.9999 20H53.9999C56.209 20 57.9999 18.2091 57.9999 16V6C57.9999 3.79086 56.209 2 53.9999 2H43.9999ZM53.9999 4H43.9999C42.8953 4 41.9999 4.89543 41.9999 6V16C41.9999 17.1046 42.8953 18 43.9999 18H53.9999C55.1045 18 55.9999 17.1046 55.9999 16V6C55.9999 4.89543 55.1045 4 53.9999 4Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30.343 3.92893L36.707 10.2929C37.0975 10.6834 37.0975 11.3166 36.707 11.7071L30.343 18.0711C29.9525 18.4616 29.3193 18.4616 28.9288 18.0711C28.5383 17.6805 28.5383 17.0474 28.9288 16.6569L33.5857 12H21.9999C20.343 12 18.9999 13.3431 18.9999 15V20.7832C19.6698 20.9555 20.3038 21.3039 20.8283 21.8284L27.6715 28.6716C29.2336 30.2337 29.2336 32.7663 27.6715 34.3284L20.8283 41.1716C20.3038 41.6961 19.6698 42.0445 18.9999 42.2168V48C18.9999 49.6569 20.343 51 21.9999 51H33.5857L28.9288 46.3431C28.5383 45.9526 28.5383 45.3195 28.9288 44.9289C29.3193 44.5384 29.9525 44.5384 30.343 44.9289L36.707 51.2929C37.0975 51.6834 37.0975 52.3166 36.707 52.7071L30.343 59.0711C29.9525 59.4616 29.3193 59.4616 28.9288 59.0711C28.5383 58.6805 28.5383 58.0474 28.9288 57.6569L33.5857 53H21.9999C19.2385 53 16.9999 50.7614 16.9999 48V42.2168C16.33 42.0445 15.696 41.6961 15.1715 41.1716L8.32831 34.3284C6.76621 32.7663 6.76621 30.2337 8.32831 28.6716L15.1715 21.8284C15.696 21.3039 16.33 20.9555 16.9999 20.7832V15C16.9999 12.2386 19.2385 10 21.9999 10H33.5857L28.9288 5.34315C28.5383 4.95262 28.5383 4.31946 28.9288 3.92893C29.3193 3.53841 29.9525 3.53841 30.343 3.92893ZM19.4141 23.2426L26.2572 30.0858C27.0383 30.8668 27.0383 32.1332 26.2572 32.9142L19.4141 39.7574C18.633 40.5384 17.3667 40.5384 16.5857 39.7574L9.74252 32.9142C8.96148 32.1332 8.96148 30.8668 9.74252 30.0858L16.5857 23.2426C17.3667 22.4616 18.633 22.4616 19.4141 23.2426Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M39.9999 48C39.9999 45.7909 41.7907 44 43.9999 44H53.9999C56.209 44 57.9999 45.7909 57.9999 48V58C57.9999 60.2091 56.209 62 53.9999 62H43.9999C41.7907 62 39.9999 60.2091 39.9999 58V48ZM43.9999 46H53.9999C55.1045 46 55.9999 46.8954 55.9999 48V58C55.9999 59.1046 55.1045 60 53.9999 60H43.9999C42.8953 60 41.9999 59.1046 41.9999 58V48C41.9999 46.8954 42.8953 46 43.9999 46Z\" fill=\"currentColor\"/>\n</svg>",
	"attributes": {
		"name": {
			"type": "string",
			"default": ""
		},
		"last_page_name": {
			"type": "string",
			"default": ""
		},
		"func_type": {
			"type": "string",
			"default": ""
		},
		"func_settings": {
			"type": "object",
			"default": {}
		},
		"conditions": {
			"type": "array",
			"default": []
		},
		"className": {
			"type": "string",
			"default": ""
		},
		"class_name": {
			"type": "string",
			"default": ""
		},
		"isPreview": {
			"type": "boolean",
			"default": false
		}
	},
	"providesContext": {
		"jet-forms/conditional-block--name": "name",
		"jet-forms/conditional-block--last_page_name": "last_page_name"
	}
}