[ 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 the site is about. The tagline can be used in search results or when sharing on social networks even if it’s not displayed in the theme design.",
   8      "keywords": [ "description" ],
   9      "textdomain": "default",
  10      "attributes": {
  11          "textAlign": {
  12              "type": "string"
  13          }
  14      },
  15      "example": {},
  16      "supports": {
  17          "align": [ "wide", "full" ],
  18          "html": false,
  19          "color": {
  20              "gradients": true,
  21              "__experimentalDefaultControls": {
  22                  "background": true,
  23                  "text": true
  24              }
  25          },
  26          "spacing": {
  27              "margin": true,
  28              "padding": true,
  29              "__experimentalDefaultControls": {
  30                  "margin": false,
  31                  "padding": false
  32              }
  33          },
  34          "typography": {
  35              "fontSize": true,
  36              "lineHeight": true,
  37              "__experimentalFontFamily": true,
  38              "__experimentalTextTransform": true,
  39              "__experimentalTextDecoration": true,
  40              "__experimentalFontStyle": true,
  41              "__experimentalFontWeight": true,
  42              "__experimentalLetterSpacing": true,
  43              "__experimentalDefaultControls": {
  44                  "fontSize": true
  45              }
  46          },
  47          "interactivity": {
  48              "clientNavigation": true
  49          }
  50      },
  51      "editorStyle": "wp-block-site-tagline-editor"
  52  }


Generated : Sun Apr 28 08:20:02 2024 Cross-referenced by PHPXref