at path:
ROOT
/
wp-includes
/
blocks
/
term-description
/
block.json
run:
R
W
Run
block.json
1.26 KB
2026-06-16 01:07:19
R
W
Run
Delete
Rename
style-rtl.css
217 By
2026-06-16 01:07:19
R
W
Run
Delete
Rename
style-rtl.min.css
196 By
2026-06-16 01:07:19
R
W
Run
Delete
Rename
style.css
217 By
2026-06-16 01:07:19
R
W
Run
Delete
Rename
style.min.css
196 By
2026-06-16 01:07:19
R
W
Run
Delete
Rename
error_log
up
📄
block.json
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "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", "usesContext": [ "termId", "taxonomy" ], "attributes": { "textAlign": { "type": "string" } }, "supports": { "align": [ "wide", "full" ], "html": false, "color": { "link": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "spacing": { "padding": true, "margin": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true } }, "interactivity": { "clientNavigation": true }, "__experimentalBorder": { "radius": true, "color": true, "width": true, "style": true, "__experimentalDefaultControls": { "radius": true, "color": true, "width": true, "style": true } } } }