{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "wpfm/file-manager",
	"title": "File Manager",
	"category": "widgets",
	"icon": "upload",
	"description": "Displays the WP File Manager frontend upload/manage area.",
	"keywords": [ "file", "upload", "manager" ],
	"textdomain": "wpfm",
	"attributes": {
		"groupId": {
			"type": "number",
			"default": 0
		}
	},
	"supports": {
		"html": false
	},
	"editorScript": "file:./index.js",
	"editorStyle": "file:../../v22/css/frontend.css"
}
