[ 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          "visibility": false,
  13          "interactivity": {
  14              "clientNavigation": true
  15          }
  16      },
  17      "textdomain": "default",
  18      "attributes": {
  19          "slug": {
  20              "type": "string"
  21          }
  22      }
  23  }


Generated : Thu Jan 29 08:20:07 2026 Cross-referenced by PHPXref