[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "apiVersion": 2,
   3      "name": "core/subhead",
   4      "category": "text",
   5      "attributes": {
   6          "align": {
   7              "type": "string"
   8          },
   9          "content": {
  10              "type": "string",
  11              "source": "html",
  12              "selector": "p"
  13          }
  14      },
  15      "supports": {
  16          "inserter": false,
  17          "multiple": false
  18      },
  19      "editorStyle": "wp-block-subhead-editor",
  20      "style": "wp-block-subhead"
  21  }


Generated : Thu Apr 15 08:20:02 2021 Cross-referenced by PHPXref