{
	"apiVersion": 3,
	"name": "jet-forms/datetime-field",
	"category": "jet-form-builder-fields",
	"keywords": [
		"jetformbuilder",
		"field",
		"date"
	],
	"textdomain": "jet-form-builder",
	"supports": {
		"customClassName": false,
		"html": false,
		"jetFBSanitizeValue": true
	},
	"title": "Datetime Field",
	"icon": "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M45 33C45.5523 33 46 33.4477 46 34V40H50C50.5523 40 51 40.4477 51 41C51 41.5523 50.5523 42 50 42H45C44.4477 42 44 41.5523 44 41V34C44 33.4477 44.4477 33 45 33Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4 14C1.79086 14 0 15.7909 0 18V38C0 40.2091 1.79086 42 4 42H8V50C8 51.6569 9.34315 53 11 53H27C28.6569 53 30 51.6569 30 50V42H33.0411C33.5492 48.1595 38.7093 53 45 53C51.2907 53 56.4508 48.1595 56.9589 42H60C62.2091 42 64 40.2091 64 38V18C64 15.7909 62.2091 14 60 14H4ZM8 34V40H4C2.89543 40 2 39.1046 2 38V18C2 16.8954 2.89543 16 4 16H60C61.1046 16 62 16.8954 62 18V38C62 39.1046 61.1046 40 60 40H56.9589C56.4508 33.8405 51.2907 29 45 29C38.7093 29 33.5492 33.8405 33.0411 40H30V34C30 32.3431 28.6569 31 27 31H25V30C25 29.4477 24.5523 29 24 29C23.4477 29 23 29.4477 23 30V31H15V30C15 29.4477 14.5523 29 14 29C13.4477 29 13 29.4477 13 30V31H11C9.34315 31 8 32.3431 8 34ZM28 37V34C28 33.4477 27.5523 33 27 33H25V34C25 34.5523 24.5523 35 24 35C23.4477 35 23 34.5523 23 34V33H15V34C15 34.5523 14.5523 35 14 35C13.4477 35 13 34.5523 13 34V33H11C10.4477 33 10 33.4477 10 34V37L28 37ZM10 39L28 39V50C28 50.5523 27.5523 51 27 51H11C10.4477 51 10 50.5523 10 50V39ZM35 41C35 35.4772 39.4772 31 45 31C50.5229 31 55 35.4772 55 41C55 46.5229 50.5229 51 45 51C39.4772 51 35 46.5229 35 41Z\" fill=\"currentColor\"/>\n</svg>",
	"attributes": {
		"value": {
			"type": "object",
			"default": {}
		},
		"validation": {
			"type": "object",
			"default": {}
		},
		"is_timestamp": {
			"type": "boolean",
			"default": false
		},
		"min": {
			"type": "string",
			"default": ""
		},
		"max": {
			"type": "string",
			"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-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"
	]
}