{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "friends/friends-list",
	"title": "Friends List",
	"category": "widgets",
	"textdomain": "friends",
	"icon": "groups",
	"supports": {
		"color": {
			"background": true,
			"text": true,
			"link": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		},
		"spacing": {
			"padding": true,
			"margin": true
		}
	},
	"attributes": {
		"users_inline": {
			"type": "boolean",
			"default": false
		},
		"user_types": {
			"type": "string",
			"default": "subscriptions"
		},
		"folder": {
			"type": "number",
			"default": 0
		}
	},
	"example": {
		"attributes": {
			"user_types": "subscriptions"
		}
	},
	"editorScript": "file:./build/index.js"
}
