[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/navigation-area/ -> block.json (source)

   1  {
   2      "apiVersion": 2,
   3      "name": "core/navigation-area",
   4      "title": "Navigation Area",
   5      "category": "theme",
   6      "description": "Define a navigation area for your theme. The navigation block associated with this area will be automatically displayed.",
   7      "keywords": [
   8          "menu",
   9          "navigation",
  10          "links",
  11          "location"
  12      ],
  13      "textdomain": "default",
  14      "attributes": {
  15          "area": {
  16              "type": "string",
  17              "default": "primary"
  18          }
  19      },
  20      "providesContext": {
  21          "navigationArea": "area"
  22      },
  23      "supports": {
  24          "html": false,
  25          "inserter": true
  26      }
  27  }


Generated : Mon Nov 29 08:20:03 2021 Cross-referenced by PHPXref