[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/post-title",
   5      "title": "Title",
   6      "category": "theme",
   7      "description": "Displays the title of a post, page, or any other content-type.",
   8      "textdomain": "default",
   9      "usesContext": [ "postId", "postType", "queryId" ],
  10      "attributes": {
  11          "textAlign": {
  12              "type": "string"
  13          },
  14          "level": {
  15              "type": "number",
  16              "default": 2
  17          },
  18          "isLink": {
  19              "type": "boolean",
  20              "default": false
  21          },
  22          "rel": {
  23              "type": "string",
  24              "attribute": "rel",
  25              "default": ""
  26          },
  27          "linkTarget": {
  28              "type": "string",
  29              "default": "_self"
  30          }
  31      },
  32      "supports": {
  33          "align": [ "wide", "full" ],
  34          "html": false,
  35          "color": {
  36              "gradients": true,
  37              "link": true,
  38              "__experimentalDefaultControls": {
  39                  "background": true,
  40                  "text": true,
  41                  "link": true
  42              }
  43          },
  44          "spacing": {
  45              "margin": true,
  46              "padding": true
  47          },
  48          "typography": {
  49              "fontSize": true,
  50              "lineHeight": true,
  51              "__experimentalFontFamily": true,
  52              "__experimentalFontWeight": true,
  53              "__experimentalFontStyle": true,
  54              "__experimentalTextTransform": true,
  55              "__experimentalTextDecoration": true,
  56              "__experimentalLetterSpacing": true,
  57              "__experimentalDefaultControls": {
  58                  "fontSize": true
  59              }
  60          },
  61          "interactivity": {
  62              "clientNavigation": true
  63          }
  64      },
  65      "style": "wp-block-post-title"
  66  }


Generated : Sun May 5 08:20:02 2024 Cross-referenced by PHPXref