{
	"apiVersion": 2,
	"name": "jet-forms/color-picker-field",
	"category": "jet-form-builder-fields",
	"title": "Color Picker 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=\"M59.125 46H52V52C52 53.6569 50.6569 55 49 55H35C33.3431 55 32 53.6569 32 52V46H4.875C2.38566 46 0 44.3245 0 41.8485V22.1515C0 19.6755 2.38566 18 4.875 18H59.125C61.6143 18 64 19.6755 64 22.1515V41.8485C64 44.3245 61.6143 46 59.125 46ZM2 22.1515C2 21.1465 3.08413 20 4.875 20H59.125C60.9159 20 62 21.1465 62 22.1515V41.8485C62 42.8535 60.9159 44 59.125 44H52V41.3549L54.92 38.4349L56.3343 39.8493L57.7485 38.4351L55.6271 36.3136L59.8697 32.0711L54.9199 27.1213L50.6774 31.3639L48.5562 29.2427L47.1419 30.6569L48.556 32.071L45.627 35H35C33.3431 35 32 36.3431 32 38V44H4.875C3.08413 44 2 42.8535 2 41.8485V22.1515ZM52.0916 32.7781L54.2129 34.8994L57.0412 32.0711L54.9199 29.9498L52.0916 32.7781ZM53.5057 37.0208L49.9701 33.4853L39.6987 43.7567L39.6332 47.3577L43.2342 47.2922L53.5057 37.0208ZM43.627 37H35C34.4477 37 34 37.4477 34 38V52C34 52.5523 34.4477 53 35 53H49C49.5523 53 50 52.5523 50 52V43.3549L44.0777 49.2772L37.5958 49.3951L37.7137 42.9132L43.627 37Z\" fill=\"currentColor\"/>\n</svg>",
	"keywords": [
		"jetformbuilder",
		"field",
		"colorpicker",
		"picker",
		"input"
	],
	"textdomain": "jet-form-builder",
	"supports": {
		"customClassName": false,
		"html": false,
		"jetFBSanitizeValue": true
	},
	"attributes": {
		"value": {
			"type": "object",
			"default": {}
		},
		"validation": {
			"type": "object",
			"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"
	]
}