inception/Inception-tuto/srcs/wordpress/wp-includes/blocks/query-no-results/block.json
Vous@exemple.com 80e7650448 j'en ai marre
2022-08-25 07:13:18 +02:00

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
}
}
}