[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

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


Generated : Tue Jun 16 08:20:09 2026 Cross-referenced by PHPXref