{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "tot/wp-embed",
	"title": "Token of Trust Widgets",
	"description": "Display Token of Trust widgets with customizable settings",
	"category": "token-of-trust",
	"icon": "shield-alt",
	"textdomain": "token-of-trust",
	"attributes": {
		"totWidget": { "type": "string", "default": "reputationSummary" },
		"wpUserid": { "type": "number", "default": "" },
		"totIsAdminView": { "type": "boolean", "default": false },
		"totShowPending": { "type": "boolean", "default": false },
		"totShowWhenNotVerified": { "type": "boolean", "default": false },
		"showAdminButtons": { "type": "boolean", "default": false },
		"verificationModel": { "type": "string", "default": "" },
		"wpReportedUserid": { "type": "number", "default": "" },
		"appCustom1": { "type": "string", "default": "" },
		"totOverrideStatus": { "type": "string", "default": "" }
	},
	"editorScript": "file:./build/wp-embed.js",
	"style": "file:./build/wp-embed.css",
	"render": "file:./render.php"
}
