[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/post-author-biography/ -> block.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/post-author-biography",
   5      "title": "Author Biography",
   6      "category": "theme",
   7      "description": "The author biography.",
   8      "textdomain": "default",
   9      "usesContext": [ "postType", "postId" ],
  10      "example": {
  11          "viewportWidth": 350
  12      },
  13      "supports": {
  14          "anchor": true,
  15          "spacing": {
  16              "margin": true,
  17              "padding": true
  18          },
  19          "color": {
  20              "gradients": true,
  21              "link": true,
  22              "__experimentalDefaultControls": {
  23                  "background": true,
  24                  "text": true
  25              }
  26          },
  27          "typography": {
  28              "fontSize": true,
  29              "lineHeight": true,
  30              "textAlign": true,
  31              "__experimentalFontFamily": true,
  32              "__experimentalFontWeight": true,
  33              "__experimentalFontStyle": true,
  34              "__experimentalTextTransform": true,
  35              "__experimentalTextDecoration": true,
  36              "__experimentalLetterSpacing": true,
  37              "__experimentalDefaultControls": {
  38                  "fontSize": true
  39              }
  40          },
  41          "interactivity": {
  42              "clientNavigation": true
  43          },
  44          "__experimentalBorder": {
  45              "radius": true,
  46              "color": true,
  47              "width": true,
  48              "style": true,
  49              "__experimentalDefaultControls": {
  50                  "radius": true,
  51                  "color": true,
  52                  "width": true,
  53                  "style": true
  54              }
  55          }
  56      },
  57      "style": "wp-block-post-author-biography"
  58  }


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