| 1234567891011121314151617181920212223242526272829 |
- {
- "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
- }
- }
- }
|