[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/home-link/ -> block.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/home-link",
   5      "category": "design",
   6      "parent": [ "core/navigation" ],
   7      "title": "Home Link",
   8      "description": "Create a link that always points to the homepage of the site. Usually not necessary if there is already a site title link present in the header.",
   9      "textdomain": "default",
  10      "attributes": {
  11          "label": {
  12              "type": "string",
  13              "role": "content"
  14          },
  15          "opensInNewTab": {
  16              "type": "boolean",
  17              "default": false
  18          },
  19          "description": {
  20              "type": "string"
  21          }
  22      },
  23      "usesContext": [
  24          "textColor",
  25          "customTextColor",
  26          "backgroundColor",
  27          "customBackgroundColor",
  28          "fontSize",
  29          "customFontSize",
  30          "style"
  31      ],
  32      "supports": {
  33          "anchor": true,
  34          "reusable": false,
  35          "html": false,
  36          "typography": {
  37              "fontSize": true,
  38              "lineHeight": true,
  39              "__experimentalFontFamily": true,
  40              "__experimentalFontWeight": true,
  41              "__experimentalFontStyle": true,
  42              "__experimentalTextTransform": true,
  43              "__experimentalTextDecoration": true,
  44              "__experimentalLetterSpacing": true,
  45              "__experimentalDefaultControls": {
  46                  "fontSize": true
  47              }
  48          },
  49          "interactivity": {
  50              "clientNavigation": true
  51          }
  52      },
  53      "editorStyle": "wp-block-home-link-editor",
  54      "style": "wp-block-home-link"
  55  }


Generated : Tue Jul 7 08:20:13 2026 Cross-referenced by PHPXref