{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "forwp/account-menu",
	"title": "4WP Account Menu",
	"category": "widgets",
	"description": "User icon with a classic cabinet dropdown — account sections, custom links, and log out.",
	"textdomain": "4wp-account",
	"icon": "admin-users",
	"keywords": [ "4wp", "4wp-account", "account", "menu", "cabinet", "profile", "user", "header" ],
	"attributes": {
		"accountUrl": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
		"reusable": false,
		"multiple": true,
		"interactivity": false,
		"inserter": true
	},
	"editorScript": "file:./editor.js",
	"editorStyle": "file:./editor.css",
	"style": "file:../../css/account-menu.css",
	"viewScript": "file:../../js/account-menu.js",
	"example": {
		"attributes": {}
	}
}
