{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "knowledgebase/alerts",
	"version": "2.3.0",
	"title": "Knowledge Base Alerts",
	"category": "design",
	"icon": "book",
	"keywords": ["knowledgbase", "alerts", "kb"],
	"description": "Display alerts for WZ Knowledge Base",
	"supports": {
		"html": false
	},
	"styles": [
		{
			"name": "primary",
			"label": "Primary",
			"isDefault": true
		},
		{
			"name": "secondary",
			"label": "Secondary"
		},
		{
			"name": "success",
			"label": "Success"
		},
		{
			"name": "info",
			"label": "Info"
		},
		{
			"name": "warning",
			"label": "Warning"
		},
		{
			"name": "danger",
			"label": "Danger"
		},
		{
			"name": "light",
			"label": "Light"
		},
		{
			"name": "dark",
			"label": "Dark"
		}
	],
	"attributes": {
		"content": {
			"type": "string",
			"source": "html",
			"selector": "div"
		},
		"align": {
			"type": "string",
			"default": "none"
		}
	},
	"example": {},
	"textdomain": "knowledgebase",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
