ru-se.com

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

block.json (526B)


      1 {
      2 	"apiVersion": 2,
      3 	"name": "core/query-pagination-previous",
      4 	"title": "Query Pagination Previous",
      5 	"category": "design",
      6 	"parent": [ "core/query-pagination" ],
      7 	"description": "Displays the previous 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 }