wp/wp-includes/blocks/post-terms/block.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
       
     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 }