balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

block.json (522B)


      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 }