[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/legacy-widget",
   5      "title": "Legacy Widget",
   6      "category": "widgets",
   7      "description": "Display a legacy widget.",
   8      "textdomain": "default",
   9      "attributes": {
  10          "id": {
  11              "type": "string",
  12              "default": null
  13          },
  14          "idBase": {
  15              "type": "string",
  16              "default": null
  17          },
  18          "instance": {
  19              "type": "object",
  20              "default": null
  21          }
  22      },
  23      "supports": {
  24          "html": false,
  25          "customClassName": false,
  26          "reusable": false
  27      },
  28      "editorStyle": "wp-block-legacy-widget-editor"
  29  }


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