{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/timer-value",
	"title": "Timer Value",
	"description": "Displays a timer unit (days, hours, minutes, seconds) fed by the parent timer.",
	"version": "0.0.1",
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"parent": [ "bm/timer" ],
	"supports": {
		"html": false
	},
	"attributes": {
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		},
		"unit": {
			"type": "string",
			"default": "days"
		},
		"showLabel": {
			"type": "boolean",
			"default": true
		}
	},
	"usesContext": [
		"bm/timer/id",
		"bm/timer/mode",
		"bm/timer/interval",
		"bm/timer/deadline"
	],
	"editorScript": "file:./js/index.js",
	"style": "file:./css/style.css",
	"editorStyle": "file:./css/editor.css"
}

