[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/site-title/ -> block.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/site-title",
   5      "title": "Site Title",
   6      "category": "theme",
   7      "description": "Displays the name of this site. Update the block, and the changes apply everywhere it’s used. This will also appear in the browser title bar and in search results.",
   8      "textdomain": "default",
   9      "attributes": {
  10          "level": {
  11              "type": "number",
  12              "default": 1
  13          },
  14          "levelOptions": {
  15              "type": "array",
  16              "default": [ 0, 1, 2, 3, 4, 5, 6 ]
  17          },
  18          "textAlign": {
  19              "type": "string"
  20          },
  21          "isLink": {
  22              "type": "boolean",
  23              "default": true,
  24              "role": "content"
  25          },
  26          "linkTarget": {
  27              "type": "string",
  28              "default": "_self",
  29              "role": "content"
  30          }
  31      },
  32      "example": {
  33          "viewportWidth": 500
  34      },
  35      "supports": {
  36          "anchor": true,
  37          "align": [ "wide", "full" ],
  38          "html": false,
  39          "color": {
  40              "gradients": true,
  41              "link": true,
  42              "__experimentalDefaultControls": {
  43                  "background": true,
  44                  "text": true,
  45                  "link": true
  46              }
  47          },
  48          "spacing": {
  49              "padding": true,
  50              "margin": true,
  51              "__experimentalDefaultControls": {
  52                  "margin": false,
  53                  "padding": false
  54              }
  55          },
  56          "typography": {
  57              "fontSize": true,
  58              "lineHeight": true,
  59              "__experimentalFontFamily": true,
  60              "__experimentalTextTransform": true,
  61              "__experimentalTextDecoration": true,
  62              "__experimentalFontStyle": true,
  63              "__experimentalFontWeight": true,
  64              "__experimentalLetterSpacing": true,
  65              "__experimentalWritingMode": true,
  66              "__experimentalDefaultControls": {
  67                  "fontSize": true
  68              }
  69          },
  70          "interactivity": {
  71              "clientNavigation": true
  72          },
  73          "__experimentalBorder": {
  74              "radius": true,
  75              "color": true,
  76              "width": true,
  77              "style": true
  78          }
  79      },
  80      "editorStyle": "wp-block-site-title-editor",
  81      "style": "wp-block-site-title"
  82  }


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