{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bbpress/topic-form",
	"title": "Topic Form",
	"category": "bbpress",
	"icon": "edit",
	"description": "Select a forum where new topics will be posted.",
	"keywords": [ "topic", "form", "create", "bbpress" ],
	"textdomain": "bbpress",
	"supports": {
		"html": false,
		"anchor": true,
		"align": [ "wide", "full" ],
		"color": false,
		"spacing": false,
		"typography": false
	},
	"attributes": {
		"forum_id": {
			"type": "integer",
			"default": 0
		}
	},
	"example": {
		"attributes": {
			"forum_id": 1
		}
	},
	"editorScript": "bbp-admin-blocks",
	"editorStyle": "bbp-admin-blocks"
}
