{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "vskb/vskb-block",
	"version": "1.0",
	"title": "VS Knowledge Base",
	"category": "text",
	"icon": "book",
	"textdomain": "very-simple-knowledge-base",
	"attributes": {
		"listType": {
			"type": "string"
		},
		"shortcodeSettings": {
			"type": "string"
		}
	},
	"editorScript": "file:./index.js"
}