{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bbpress/single-tag",
	"title": "Single Tag",
	"category": "bbpress",
	"icon": "tag",
	"description": "Shows the topics for a specific tag.",
	"keywords": [ "tag", "topics", "bbpress" ],
	"textdomain": "bbpress",
	"supports": {
		"html": false,
		"anchor": true,
		"align": [ "wide", "full" ],
		"color": false,
		"spacing": false,
		"typography": false
	},
	"attributes": {
		"id": {
			"type": "integer",
			"default": 0
		}
	},
	"example": {
		"attributes": {
			"id": 1
		}
	},
	"editorScript": "bbp-admin-blocks",
	"editorStyle": "bbp-admin-blocks"
}
