{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "knowledgebase/knowledgebase",
	"version": "2.3.0",
	"title": "Knowledge Base",
	"category": "design",
	"icon": "book",
	"keywords": ["knowledgbase", "kb", "faq"],
	"description": "Display the Knowledge Base",
	"supports": {
		"html": false
	},
	"attributes": {
		"className": {
			"type": "string",
			"default": ""
		},
		"category": {
			"type": "string",
			"default": ""
		},
		"limit": {
			"type": "string",
			"default": ""
		},
		"showArticleCount": {
			"type": "boolean",
			"default": false
		},
		"showExcerpt": {
			"type": "boolean",
			"default": false
		},
		"hasClickableSection": {
			"type": "boolean",
			"default": true
		},
		"showEmptySections": {
			"type": "boolean",
			"default": false
		},
		"columns": {
			"type": "string",
			"default": ""
		},
		"other_attributes": {
			"type": "string",
			"default": ""
		}
	},
	"example": {},
	"textdomain": "knowledgebase",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css"
}
