wp/wp-includes/blocks/query-no-results/block.json
changeset 19 3d72ae0968f4
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
       
     1 {
       
     2 	"$schema": "https://schemas.wp.org/trunk/block.json",
       
     3 	"apiVersion": 2,
       
     4 	"name": "core/query-no-results",
       
     5 	"title": "No results",
       
     6 	"category": "theme",
       
     7 	"description": "Contains the block elements used to render content when no query results are found.",
       
     8 	"parent": [ "core/query" ],
       
     9 	"textdomain": "default",
       
    10 	"usesContext": [ "queryId", "query" ],
       
    11 	"supports": {
       
    12 		"align": true,
       
    13 		"reusable": false,
       
    14 		"html": false,
       
    15 		"color": {
       
    16 			"gradients": true,
       
    17 			"link": true
       
    18 		}
       
    19 	}
       
    20 }