kollapsminoriteten/wp-includes/blocks/term-description/block.json

59 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2022-04-02 10:26:41 +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,
2022-04-02 10:26:41 +02:00
"name": "core/term-description",
"title": "Term Description",
"category": "theme",
"description": "Display the description of categories, tags and custom taxonomies when viewing an archive.",
"textdomain": "default",
2025-12-12 13:15:55 +01:00
"usesContext": [ "termId", "taxonomy" ],
2022-04-02 10:26:41 +02:00
"attributes": {
"textAlign": {
"type": "string"
}
},
"supports": {
"align": [ "wide", "full" ],
"html": false,
"color": {
2022-06-16 14:03:35 +02:00
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true
}
2022-04-02 10:26:41 +02:00
},
2022-12-15 17:47:31 +01:00
"spacing": {
"padding": true,
"margin": true
},
2022-04-02 10:26:41 +02:00
"typography": {
"fontSize": true,
"lineHeight": true,
2022-12-15 17:47:31 +01:00
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
2022-04-02 10:26:41 +02:00
"__experimentalDefaultControls": {
"fontSize": true
}
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
}
2022-04-02 10:26:41 +02:00
}
2023-09-26 10:33:34 +02:00
}
2022-04-02 10:26:41 +02:00
}