[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/freeform",
   5      "title": "Classic",
   6      "category": "text",
   7      "description": "Use the classic WordPress editor.",
   8      "textdomain": "default",
   9      "attributes": {
  10          "content": {
  11              "type": "string",
  12              "source": "raw"
  13          }
  14      },
  15      "supports": {
  16          "className": false,
  17          "customClassName": false,
  18          "reusable": false
  19      },
  20      "editorStyle": "wp-block-freeform-editor"
  21  }


Generated : Sun May 5 08:20:02 2024 Cross-referenced by PHPXref