D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
new_oems
/
wp-includes
/
blocks
/
term-description
/
Filename :
block.json
back
Copy
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "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", "attributes": { "textAlign": { "type": "string" } }, "supports": { "align": [ "wide", "full" ], "html": false, "color": { "link": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalDefaultControls": { "fontSize": true } } }, "editorStyle": "wp-block-term-description-editor" }