{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bbpress/single-view",
	"title": "Single View",
	"category": "bbpress",
	"icon": "visibility",
	"description": "Shows a custom topics view.",
	"keywords": [ "view", "custom", "topics", "bbpress" ],
	"textdomain": "bbpress",
	"supports": {
		"html": false,
		"anchor": true,
		"align": [ "wide", "full" ],
		"color": false,
		"spacing": false,
		"typography": false
	},
	"attributes": {
		"id": {
			"type": "string",
			"default": ""
		}
	},
	"example": {
		"attributes": {
			"id": "popular"
		}
	},
	"editorScript": "bbp-admin-blocks",
	"editorStyle": "bbp-admin-blocks"
}
