wp/wp-includes/blocks/post-date/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    13 		"format": {
    13 		"format": {
    14 			"type": "string"
    14 			"type": "string"
    15 		},
    15 		},
    16 		"isLink": {
    16 		"isLink": {
    17 			"type": "boolean",
    17 			"type": "boolean",
    18 			"default": false
    18 			"default": false,
       
    19 			"role": "content"
    19 		},
    20 		},
    20 		"displayType": {
    21 		"displayType": {
    21 			"type": "string",
    22 			"type": "string",
    22 			"default": "date"
    23 			"default": "date"
    23 		}
    24 		}
    24 	},
    25 	},
    25 	"usesContext": [ "postId", "postType", "queryId" ],
    26 	"usesContext": [ "postId", "postType", "queryId" ],
       
    27 	"example": {
       
    28 		"viewportWidth": 350
       
    29 	},
    26 	"supports": {
    30 	"supports": {
    27 		"html": false,
    31 		"html": false,
    28 		"color": {
    32 		"color": {
    29 			"gradients": true,
    33 			"gradients": true,
    30 			"link": true,
    34 			"link": true,
    51 				"fontSize": true
    55 				"fontSize": true
    52 			}
    56 			}
    53 		},
    57 		},
    54 		"interactivity": {
    58 		"interactivity": {
    55 			"clientNavigation": true
    59 			"clientNavigation": true
       
    60 		},
       
    61 		"__experimentalBorder": {
       
    62 			"radius": true,
       
    63 			"color": true,
       
    64 			"width": true,
       
    65 			"style": true,
       
    66 			"__experimentalDefaultControls": {
       
    67 				"radius": true,
       
    68 				"color": true,
       
    69 				"width": true,
       
    70 				"style": true
       
    71 			}
    56 		}
    72 		}
    57 	}
    73 	}
    58 }
    74 }