mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 10:50:56 +01:00
29 lines
588 B
JSON
29 lines
588 B
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
|
||
|
},
|
||
|
"typography": {
|
||
|
"fontSize": true,
|
||
|
"lineHeight": true,
|
||
|
"__experimentalDefaultControls": {
|
||
|
"fontSize": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"editorStyle": "wp-block-term-description-editor"
|
||
|
}
|