kollapsminoriteten/wp-includes/blocks/query-title/block.json

83 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2021-07-23 11:58:50 +02:00
{
2022-06-16 14:03:35 +02:00
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2021-07-23 11:58:50 +02:00
"name": "core/query-title",
"title": "Query Title",
2022-04-02 10:26:41 +02:00
"category": "theme",
2021-07-23 11:58:50 +02:00
"description": "Display the query title.",
"textdomain": "default",
"attributes": {
"type": {
"type": "string"
},
"textAlign": {
"type": "string"
},
"level": {
"type": "number",
"default": 1
2022-12-15 17:47:31 +01:00
},
2025-02-28 08:42:11 +01:00
"levelOptions": {
"type": "array"
},
2022-12-15 17:47:31 +01:00
"showPrefix": {
"type": "boolean",
"default": true
},
"showSearchTerm": {
"type": "boolean",
"default": true
2021-07-23 11:58:50 +02:00
}
},
2025-04-25 12:30:07 +02:00
"example": {
"attributes": {
"type": "search"
}
},
2025-12-12 13:15:55 +01:00
"usesContext": [ "query" ],
2021-07-23 11:58:50 +02:00
"supports": {
"align": [ "wide", "full" ],
"html": false,
"color": {
2022-06-16 14:03:35 +02:00
"gradients": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
2021-07-23 11:58:50 +02:00
},
2022-04-02 10:26:41 +02:00
"spacing": {
2022-12-15 17:47:31 +01:00
"margin": true,
"padding": true
2022-04-02 10:26:41 +02:00
},
2021-07-23 11:58:50 +02:00
"typography": {
"fontSize": true,
"lineHeight": true,
2022-04-02 10:26:41 +02:00
"__experimentalFontFamily": true,
"__experimentalFontStyle": true,
"__experimentalFontWeight": true,
"__experimentalLetterSpacing": true,
"__experimentalTextTransform": true,
2022-12-15 17:47:31 +01:00
"__experimentalTextDecoration": true,
2022-04-02 10:26:41 +02:00
"__experimentalDefaultControls": {
2024-04-17 11:32:24 +02:00
"fontSize": true
2022-04-02 10:26:41 +02:00
}
2024-04-17 11:32:24 +02:00
},
"interactivity": {
"clientNavigation": true
2025-02-28 08:42:11 +01:00
},
"__experimentalBorder": {
"radius": true,
"color": true,
"width": true,
"style": true,
"__experimentalDefaultControls": {
"radius": true,
"color": true,
"width": true,
"style": true
}
2021-07-23 11:58:50 +02:00
}
},
2022-12-15 17:47:31 +01:00
"style": "wp-block-query-title"
2021-07-23 11:58:50 +02:00
}