wp/wp-includes/blocks/query-pagination-next/block.json
changeset 18 be944660c56a
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
       
     1 {
       
     2 	"apiVersion": 2,
       
     3 	"name": "core/query-pagination-next",
       
     4 	"title": "Query Pagination Next",
       
     5 	"category": "design",
       
     6 	"parent": [ "core/query-pagination" ],
       
     7 	"description": "Displays the next posts page link.",
       
     8 	"textdomain": "default",
       
     9 	"attributes": {
       
    10 		"label": {
       
    11 			"type": "string"
       
    12 		}
       
    13 	},
       
    14 	"usesContext": [ "queryId", "query" ],
       
    15 	"supports": {
       
    16 		"reusable": false,
       
    17 		"html": false,
       
    18 		"color": {
       
    19 			"gradients": true,
       
    20 			"link": true
       
    21 		},
       
    22 		"typography": {
       
    23 			"fontSize": true,
       
    24 			"lineHeight": true
       
    25 		}
       
    26 	}
       
    27 }