WordPress/wp-includes/blocks/post-terms/block.json

29 lines
451 B
JSON

{
"apiVersion": 2,
"name": "core/post-terms",
"title": "Post Terms",
"category": "design",
"description": "Post terms.",
"textdomain": "default",
"attributes": {
"term": {
"type": "string"
},
"textAlign": {
"type": "string"
}
},
"usesContext": [ "postId", "postType" ],
"supports": {
"html": false,
"color": {
"gradients": true,
"link": true
},
"typography": {
"lineHeight": true,
"fontSize": true
}
}
}