{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 2,
	"name": "pluginette/todo-block-item",
	"version": "1.0",
	"title": "Checkbox (Todo Item)",
	"category": "text",
	"description": "Checkbox for Todo List",
	"parent": ["pluginette/todo-block-list"],
	"supports": {
		"html": false,
		"typography": {
			"fontSize": true
		},
		"color": true
	},
	"attributes": {
		"content": {
			"type": "string",
			"selector": "div",
			"source": "html"
		},
		"type": {
			"type": "string"
		},
		"checked": {
			"type": "boolean",
			"default": false
		},
		"toggleReadOnly": {
			"type": "boolean",
			"default": null
		},
		"toggleDisable": {
			"type": "boolean",
			"default": null
		},
		"uuid": {
			"type": "string",
			"default": null
		}
	},
	"usesContext": ["pluginette/todo-block-list/enableSave"],
	"textdomain": "pluginette-todo-list",
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css"
}
