{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bppfa/postform",
	"title": "Post From Anywhere",
	"category": "widgets",
	"icon": "buddicons-activity",
	"description": "Show the BuddyPress activity post form on any page, template, or widget area.",
	"keywords": [ "buddypress", "activity", "post", "update", "share", "status" ],
	"textdomain": "bp-post-from-anywhere",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"editorScript": "bppfa-postform-editor",
	"editorStyle": "file:./editor.css",
	"render": "file:./render.php"
}
