File "block.json"

Full Path: /home/gfpel/public_html/wp-includes/blocks/calendar/block.json
File size: 346 bytes
MIME-type: application/json
Charset: utf-8

{
	"name": "core/calendar",
	"category": "widgets",
	"attributes": {
		"align": {
			"type": "string",
			"enum": [
				"left",
				"center",
				"right",
				"wide",
				"full"
			]
		},
		"className": {
			"type": "string"
		},
		"month": {
			"type": "integer"
		},
		"year": {
			"type": "integer"
		}
	},
	"supports": {
		"align": true
	}
}