[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/block",
   5      "title": "Pattern",
   6      "category": "reusable",
   7      "description": "Reuse this design across your site.",
   8      "keywords": [ "reusable" ],
   9      "textdomain": "default",
  10      "attributes": {
  11          "ref": {
  12              "type": "number"
  13          },
  14          "content": {
  15              "type": "object"
  16          }
  17      },
  18      "supports": {
  19          "customClassName": false,
  20          "html": false,
  21          "inserter": false,
  22          "renaming": false,
  23          "interactivity": {
  24              "clientNavigation": true
  25          }
  26      }
  27  }


Generated : Wed May 1 08:20:02 2024 Cross-referenced by PHPXref