wp/wp-includes/blocks/query-pagination/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",
       
     4 	"title": "Query Pagination",
       
     5 	"category": "design",
       
     6 	"parent": [ "core/query" ],
       
     7 	"description": "Displays a paginated navigation to next/previous set of posts, when applicable.",
       
     8 	"textdomain": "default",
       
     9 	"usesContext": [ "queryId", "query" ],
       
    10 	"supports": {
       
    11 		"align": true,
       
    12 		"reusable": false,
       
    13 		"html": false,
       
    14 		"color": {
       
    15 			"gradients": true,
       
    16 			"link": true
       
    17 		}
       
    18 	},
       
    19 	"editorStyle": "wp-block-query-pagination-editor",
       
    20 	"style": "wp-block-query-pagination"
       
    21 }