[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/widget-group",
   5      "category": "widgets",
   6      "attributes": {
   7          "title": {
   8              "type": "string"
   9          }
  10      },
  11      "supports": {
  12          "html": false,
  13          "inserter": true,
  14          "customClassName": true,
  15          "reusable": false
  16      },
  17      "editorStyle": "wp-block-widget-group-editor",
  18      "style": "wp-block-widget-group"
  19  }


Generated : Thu May 2 08:20:01 2024 Cross-referenced by PHPXref