{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wilcoskywb/wiki-block",
	"version": "1.1.8",
	"title": "Wiki Block",
	"category": "wilcoskywb-wiki-blocks",
	"description": "A collaborative wiki block with version control.",
	"textdomain": "wiki-blocks",
	"icon": "admin-page",
	"attributes": {
		"content": {
			"type": "string",
			"default": ""
		},
		"images": {
			"type": "array",
			"default": []
		},
		"blockId": {
			"type": "string",
			"default": ""
		},
		"align": {
			"type": "string",
			"default": ""
		},
		"backgroundColor": {
			"type": "string",
			"default": ""
		},
		"textColor": {
			"type": "string",
			"default": ""
		},
		"fontSize": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
		"align": true,
		"color": {
			"background": true,
			"text": true
		},
		"typography": {
			"fontSize": true
		}
	},
	"editorScript": "wilcoskywb-wiki-blocks-editor",
	"editorStyle": "wilcoskywb-wiki-blocks-editor-style",
	"style": "wilcoskywb-wiki-blocks-frontend-style",
	"script": "wilcoskywb-wiki-blocks-frontend"
}
