[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/pattern",
   5      "title": "Pattern placeholder",
   6      "category": "theme",
   7      "description": "Show a block pattern.",
   8      "supports": {
   9          "html": false,
  10          "inserter": false,
  11          "renaming": false,
  12          "interactivity": {
  13              "clientNavigation": true
  14          }
  15      },
  16      "textdomain": "default",
  17      "attributes": {
  18          "slug": {
  19              "type": "string"
  20          }
  21      }
  22  }


Generated : Tue Apr 30 08:20:01 2024 Cross-referenced by PHPXref