[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/site-tagline",
   5      "title": "Site Tagline",
   6      "category": "theme",
   7      "description": "Describe in a few words what this site is about. This is important for search results, sharing on social media, and gives overall clarity to visitors.",
   8      "keywords": [ "description" ],
   9      "textdomain": "default",
  10      "attributes": {
  11          "level": {
  12              "type": "number",
  13              "default": 0
  14          },
  15          "levelOptions": {
  16              "type": "array",
  17              "default": [ 0, 1, 2, 3, 4, 5, 6 ]
  18          }
  19      },
  20      "example": {
  21          "viewportWidth": 350,
  22          "attributes": {
  23              "style": {
  24                  "typography": {
  25                      "textAlign": "center"
  26                  }
  27              }
  28          }
  29      },
  30      "supports": {
  31          "anchor": true,
  32          "align": [ "wide", "full" ],
  33          "html": false,
  34          "color": {
  35              "gradients": true,
  36              "__experimentalDefaultControls": {
  37                  "background": true,
  38                  "text": true
  39              }
  40          },
  41          "contentRole": true,
  42          "spacing": {
  43              "margin": true,
  44              "padding": true,
  45              "__experimentalDefaultControls": {
  46                  "margin": false,
  47                  "padding": false
  48              }
  49          },
  50          "typography": {
  51              "fontSize": true,
  52              "lineHeight": true,
  53              "textAlign": true,
  54              "__experimentalFontFamily": true,
  55              "__experimentalTextTransform": true,
  56              "__experimentalTextDecoration": true,
  57              "__experimentalFontStyle": true,
  58              "__experimentalFontWeight": true,
  59              "__experimentalLetterSpacing": true,
  60              "__experimentalWritingMode": true,
  61              "__experimentalDefaultControls": {
  62                  "fontSize": true
  63              }
  64          },
  65          "interactivity": {
  66              "clientNavigation": true
  67          },
  68          "__experimentalBorder": {
  69              "radius": true,
  70              "color": true,
  71              "width": true,
  72              "style": true
  73          }
  74      },
  75      "editorStyle": "wp-block-site-tagline-editor",
  76      "style": "wp-block-site-tagline"
  77  }


Generated : Mon Jul 13 08:20:15 2026 Cross-referenced by PHPXref