{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"name": "simple-taxonomy-refreshed/staxo-terms",
	"apiVersion": 3,
	"title": "Display Post Terms",
	"description": "Display the Post Terms for Added Taxonomies.",
	"category": "widgets",
	"icon": "admin-page",
	"usesContext": [ "postType", "postId" ],
	"editorScript": "file:./index.js",
	"textdomain": "simple-taxonomy-refreshed",
	"attributes": {
		"tax": {
			"type": "string"
		},
		"align": {
			"type": "string"
		}
	},
	"supports": {
		"align": true,
		"color": {
			"gradients": true,
			"link": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		}
	}
}
