{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bbpress/login",
	"title": "Login",
	"category": "bbpress",
	"icon": "admin-users",
	"description": "Shows the login form.",
	"keywords": [ "login", "form", "user", "bbpress" ],
	"textdomain": "bbpress",
	"supports": {
		"html": false,
		"anchor": true,
		"align": [ "wide", "full" ],
		"color": false,
		"spacing": false,
		"typography": false
	},
	"attributes": {},
	"example": {
		"attributes": {}
	},
	"editorScript": "bbp-admin-blocks",
	"editorStyle": "bbp-admin-blocks"
}
