wp/wp-includes/blocks/post-date/block.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
       
     1 {
       
     2 	"apiVersion": 2,
       
     3 	"name": "core/post-date",
       
     4 	"title": "Post Date",
       
     5 	"category": "theme",
       
     6 	"description": "Add the date of this post.",
       
     7 	"textdomain": "default",
       
     8 	"attributes": {
       
     9 		"textAlign": {
       
    10 			"type": "string"
       
    11 		},
       
    12 		"format": {
       
    13 			"type": "string"
       
    14 		},
       
    15 		"isLink": {
       
    16 			"type": "boolean",
       
    17 			"default": false
       
    18 		}
       
    19 	},
       
    20 	"usesContext": [ "postId", "postType", "queryId" ],
       
    21 	"supports": {
       
    22 		"html": false,
       
    23 		"color": {
       
    24 			"gradients": true,
       
    25 			"link": true
       
    26 		},
       
    27 		"typography": {
       
    28 			"fontSize": true,
       
    29 			"lineHeight": true
       
    30 		}
       
    31 	}
       
    32 }