2021-11-09 03:17:17 +01:00
|
|
|
{
|
2022-04-12 17:12:47 +02:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2021-11-09 03:17:17 +01:00
|
|
|
"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": {
|
2022-04-12 17:12:47 +02:00
|
|
|
"link": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"background": true,
|
|
|
|
"text": true
|
|
|
|
}
|
2021-11-09 03:17:17 +01:00
|
|
|
},
|
2022-09-20 17:43:29 +02:00
|
|
|
"spacing": {
|
|
|
|
"padding": true,
|
|
|
|
"margin": true
|
|
|
|
},
|
2021-11-09 03:17:17 +01:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
2022-09-20 17:43:29 +02:00
|
|
|
"__experimentalFontFamily": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
"__experimentalTextDecoration": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
2021-11-09 03:17:17 +01:00
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-term-description-editor"
|
|
|
|
}
|