block.json (451B)
1 { 2 "apiVersion": 2, 3 "name": "core/post-terms", 4 "title": "Post Terms", 5 "category": "design", 6 "description": "Post terms.", 7 "textdomain": "default", 8 "attributes": { 9 "term": { 10 "type": "string" 11 }, 12 "textAlign": { 13 "type": "string" 14 } 15 }, 16 "usesContext": [ "postId", "postType" ], 17 "supports": { 18 "html": false, 19 "color": { 20 "gradients": true, 21 "link": true 22 }, 23 "typography": { 24 "lineHeight": true, 25 "fontSize": true 26 } 27 } 28 }