{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "docsy/change-block",
	"version": "0.1.0",
	"title": "Change Block",
	"category": "theme",
	"icon": "smiley",
	"description": "Example block scaffolded with Create Block tool.",
	"example": {},
	"supports": {
		"html": false
	},
	"textdomain": "docsy",
	"attributes": {
		"title": {
			"type": "string",
			"default": "Docsy – Change Log"
		},
		"versions": {
			"type": "array",
			"default": [
				{
					"version": "1.6.19",
					"date": "19/02/2026",
					"content": "<ul><li>[Improved] Implement dynamic timezone handling for calendar exports and enhance customer/staff management with improved security and error messages.</li><li>[Fixed] PHP Session creation issue on REST API and loopback requests.</li><li>[Fixed] Minor bug fixes</li></ul>"
				}
			]
		}
	},
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"viewScript": "file:./view.js"
}