{
	"apiVersion": 3,
	"name": "jet-forms/date-field",
	"category": "jet-form-builder-fields",
	"keywords": [
		"jetformbuilder",
		"field",
		"date"
	],
	"textdomain": "jet-form-builder",
	"supports": {
		"customClassName": false,
		"html": false,
		"jetFBSanitizeValue": true
	},
	"title": "Date 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=\"M58 50.9999V46H60C62.2091 46 64 44.2091 64 42V22C64 19.7909 62.2091 18 60 18H4C1.79086 18 0 19.7909 0 22V42C0 44.2091 1.79086 46 4 46H30V51C30 53.2091 31.7909 55 34 55H54C56.2091 55 58 53.2091 58 50.9999ZM4 20H60C61.1046 20 62 20.8954 62 22V42C62 43.1046 61.1046 44 60 44H58V28.2C58 25.9908 56.2091 24.2 54 24.2H51.5386V23C51.5386 22.4477 51.0909 22 50.5386 22H50.3848C49.8325 22 49.3848 22.4477 49.3848 23V24.2H38.6153V23C38.6153 22.4477 38.1676 22 37.6153 22H37.4614C36.9091 22 36.4614 22.4477 36.4614 23V24.2H34C31.7909 24.2 30 25.9908 30 28.2V44H4C2.89543 44 2 43.1046 2 42V22C2 20.8954 2.89543 20 4 20ZM49.3848 26.2H38.6153V27.6C38.6153 28.1523 38.1676 28.6 37.6153 28.6H37.4614C36.9091 28.6 36.4614 28.1523 36.4614 27.6V26.2H34C32.8954 26.2 32 27.0954 32 28.2V35.4H56V28.2C56 27.0954 55.1046 26.2 54 26.2H51.5386V27.6C51.5386 28.1523 51.0909 28.6 50.5386 28.6H50.3848C49.8325 28.6 49.3848 28.1523 49.3848 27.6V26.2ZM32 37.4V51C32 52.1045 32.8954 53 34 53H54C55.1046 53 56 52.1045 56 50.9999V37.4H32Z\" fill=\"currentColor\"/>\n</svg>",
	"attributes": {
		"value": {
			"type": "object",
			"default": {}
		},
		"validation": {
			"type": "object",
			"default": {}
		},
		"min": {
			"type": "string",
			"default": "",
			"jfb": {
				"macro": true,
				"dynamic": true
			}
		},
		"max": {
			"type": "string",
			"default": ""
		},
		"is_timestamp": {
			"type": "boolean",
			"default": false
		},
		"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
			}
		},
		"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"
	]
}