[ 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          "level": {
  15              "type": "number",
  16              "default": 0
  17          },
  18          "levelOptions": {
  19              "type": "array",
  20              "default": [ 0, 1, 2, 3, 4, 5, 6 ]
  21          }
  22      },
  23      "example": {
  24          "viewportWidth": 350,
  25          "attributes": {
  26              "textAlign": "center"
  27          }
  28      },
  29      "supports": {
  30          "align": [ "wide", "full" ],
  31          "html": false,
  32          "color": {
  33              "gradients": true,
  34              "__experimentalDefaultControls": {
  35                  "background": true,
  36                  "text": true
  37              }
  38          },
  39          "spacing": {
  40              "margin": true,
  41              "padding": true,
  42              "__experimentalDefaultControls": {
  43                  "margin": false,
  44                  "padding": false
  45              }
  46          },
  47          "typography": {
  48              "fontSize": true,
  49              "lineHeight": true,
  50              "__experimentalFontFamily": true,
  51              "__experimentalTextTransform": true,
  52              "__experimentalTextDecoration": true,
  53              "__experimentalFontStyle": true,
  54              "__experimentalFontWeight": true,
  55              "__experimentalLetterSpacing": true,
  56              "__experimentalWritingMode": true,
  57              "__experimentalDefaultControls": {
  58                  "fontSize": true
  59              }
  60          },
  61          "interactivity": {
  62              "clientNavigation": true
  63          },
  64          "__experimentalBorder": {
  65              "radius": true,
  66              "color": true,
  67              "width": true,
  68              "style": true
  69          }
  70      },
  71      "editorStyle": "wp-block-site-tagline-editor",
  72      "style": "wp-block-site-tagline"
  73  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref