mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
21 lines
483 B
JSON
21 lines
483 B
JSON
|
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/query-no-results",
|
||
|
"title": "No results",
|
||
|
"category": "theme",
|
||
|
"description": "Contains the block elements used to render content when no query results are found.",
|
||
|
"parent": [ "core/query" ],
|
||
|
"textdomain": "default",
|
||
|
"usesContext": [ "queryId", "query" ],
|
||
|
"supports": {
|
||
|
"align": true,
|
||
|
"reusable": false,
|
||
|
"html": false,
|
||
|
"color": {
|
||
|
"gradients": true,
|
||
|
"link": true
|
||
|
}
|
||
|
}
|
||
|
}
|