{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bbpress/single-forum",
	"title": "Single Forum",
	"category": "bbpress",
	"icon": "welcome-widgets-menus",
	"description": "Select a forum to show its topics.",
	"keywords": [ "forum", "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"
}
