{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"version": "12.1.0",
	"textdomain": "snow-monkey-forms",
	"name": "snow-monkey-forms/control-select",
	"title": "Select",
	"category": "snow-monkey-forms",
	"ancestor": [ "snow-monkey-forms/form--input" ],
	"attributes": {
		"name": {
			"type": "string",
			"default": ""
		},
		"value": {
			"type": "string",
			"default": ""
		},
		"disabled": {
			"type": "boolean",
			"default": false
		},
		"autocomplete": {
			"type": "string",
			"default": ""
		},
		"id": {
			"type": "string",
			"default": ""
		},
		"controlClass": {
			"type": "string",
			"default": ""
		},
		"options": {
			"type": "string",
			"default": ""
		},
		"description": {
			"type": "string",
			"default": ""
		},
		"isDisplayDescriptionConfirm": {
			"type": "boolean",
			"default": false
		},
		"validations": {
			"type": "string",
			"default": "{}"
		}
	},
	"supports": {
		"customClassName": false
	},
	"style": "file:./style-index.css",
	"editorStyle": "file:./index.css",
	"editorScript": "file:./index.js",
	"render": "file:./render.php"
}
