[ 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      "title": "Widget Group",
   6      "category": "widgets",
   7      "attributes": {
   8          "title": {
   9              "type": "string"
  10          }
  11      },
  12      "supports": {
  13          "html": false,
  14          "inserter": true,
  15          "customClassName": true,
  16          "reusable": false
  17      },
  18      "editorStyle": "wp-block-widget-group-editor",
  19      "style": "wp-block-widget-group"
  20  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref