wp/wp-includes/blocks/query-pagination-previous/block.json
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 2,
     3 	"apiVersion": 3,
     4 	"name": "core/query-pagination-previous",
     4 	"name": "core/query-pagination-previous",
     5 	"title": "Previous Page",
     5 	"title": "Previous Page",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"parent": [ "core/query-pagination" ],
     7 	"parent": [ "core/query-pagination" ],
     8 	"description": "Displays the previous posts page link.",
     8 	"description": "Displays the previous posts page link.",
    10 	"attributes": {
    10 	"attributes": {
    11 		"label": {
    11 		"label": {
    12 			"type": "string"
    12 			"type": "string"
    13 		}
    13 		}
    14 	},
    14 	},
    15 	"usesContext": [ "queryId", "query", "paginationArrow" ],
    15 	"usesContext": [
       
    16 		"queryId",
       
    17 		"query",
       
    18 		"paginationArrow",
       
    19 		"showLabel",
       
    20 		"enhancedPagination"
       
    21 	],
    16 	"supports": {
    22 	"supports": {
    17 		"reusable": false,
    23 		"reusable": false,
    18 		"html": false,
    24 		"html": false,
    19 		"color": {
    25 		"color": {
    20 			"gradients": true,
    26 			"gradients": true,
    24 			}
    30 			}
    25 		},
    31 		},
    26 		"typography": {
    32 		"typography": {
    27 			"fontSize": true,
    33 			"fontSize": true,
    28 			"lineHeight": true,
    34 			"lineHeight": true,
       
    35 			"__experimentalFontFamily": true,
       
    36 			"__experimentalFontWeight": true,
    29 			"__experimentalFontStyle": true,
    37 			"__experimentalFontStyle": true,
    30 			"__experimentalFontWeight": true,
    38 			"__experimentalTextTransform": true,
       
    39 			"__experimentalTextDecoration": true,
    31 			"__experimentalLetterSpacing": true,
    40 			"__experimentalLetterSpacing": true,
    32 			"__experimentalTextTransform": true,
       
    33 			"__experimentalDefaultControls": {
    41 			"__experimentalDefaultControls": {
    34 				"fontSize": true
    42 				"fontSize": true
    35 			}
    43 			}
       
    44 		},
       
    45 		"interactivity": {
       
    46 			"clientNavigation": true
    36 		}
    47 		}
    37 	}
    48 	}
    38 }
    49 }