[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/term-description/ -> block.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/term-description",
   5      "title": "Term Description",
   6      "category": "theme",
   7      "description": "Display the description of categories, tags and custom taxonomies when viewing an archive.",
   8      "textdomain": "default",
   9      "usesContext": [ "termId", "taxonomy" ],
  10      "supports": {
  11          "anchor": true,
  12          "align": [ "wide", "full" ],
  13          "html": false,
  14          "color": {
  15              "link": true,
  16              "__experimentalDefaultControls": {
  17                  "background": true,
  18                  "text": true
  19              }
  20          },
  21          "spacing": {
  22              "padding": true,
  23              "margin": true
  24          },
  25          "typography": {
  26              "fontSize": true,
  27              "lineHeight": true,
  28              "textAlign": true,
  29              "__experimentalFontFamily": true,
  30              "__experimentalFontWeight": true,
  31              "__experimentalFontStyle": true,
  32              "__experimentalTextTransform": true,
  33              "__experimentalTextDecoration": true,
  34              "__experimentalLetterSpacing": true,
  35              "__experimentalDefaultControls": {
  36                  "fontSize": true
  37              }
  38          },
  39          "interactivity": {
  40              "clientNavigation": true
  41          },
  42          "__experimentalBorder": {
  43              "radius": true,
  44              "color": true,
  45              "width": true,
  46              "style": true,
  47              "__experimentalDefaultControls": {
  48                  "radius": true,
  49                  "color": true,
  50                  "width": true,
  51                  "style": true
  52              }
  53          }
  54      }
  55  }


Generated : Mon Jul 27 08:20:18 2026 Cross-referenced by PHPXref