wp/wp-includes/blocks/query-no-results/block.json
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     1 {
     1 {
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
     3 	"apiVersion": 3,
     3 	"apiVersion": 3,
     4 	"name": "core/query-no-results",
     4 	"name": "core/query-no-results",
     5 	"title": "No results",
     5 	"title": "No Results",
     6 	"category": "theme",
     6 	"category": "theme",
     7 	"description": "Contains the block elements used to render content when no query results are found.",
     7 	"description": "Contains the block elements used to render content when no query results are found.",
     8 	"parent": [ "core/query" ],
     8 	"ancestor": [ "core/query" ],
     9 	"textdomain": "default",
     9 	"textdomain": "default",
    10 	"usesContext": [ "queryId", "query" ],
    10 	"usesContext": [ "queryId", "query" ],
    11 	"supports": {
    11 	"supports": {
    12 		"align": true,
    12 		"align": true,
    13 		"reusable": false,
    13 		"reusable": false,