[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/footnotes",
   5      "title": "Footnotes",
   6      "category": "text",
   7      "description": "Display footnotes added to the page.",
   8      "keywords": [ "references" ],
   9      "textdomain": "default",
  10      "usesContext": [ "postId", "postType" ],
  11      "supports": {
  12          "anchor": true,
  13          "__experimentalBorder": {
  14              "radius": true,
  15              "color": true,
  16              "width": true,
  17              "style": true,
  18              "__experimentalDefaultControls": {
  19                  "radius": false,
  20                  "color": false,
  21                  "width": false,
  22                  "style": false
  23              }
  24          },
  25          "color": {
  26              "background": true,
  27              "link": true,
  28              "text": true,
  29              "__experimentalDefaultControls": {
  30                  "link": true,
  31                  "text": true
  32              }
  33          },
  34          "html": false,
  35          "multiple": false,
  36          "reusable": false,
  37          "inserter": false,
  38          "spacing": {
  39              "margin": true,
  40              "padding": true,
  41              "__experimentalDefaultControls": {
  42                  "margin": false,
  43                  "padding": false
  44              }
  45          },
  46          "typography": {
  47              "fontSize": true,
  48              "lineHeight": true,
  49              "__experimentalFontFamily": true,
  50              "__experimentalTextDecoration": true,
  51              "__experimentalFontStyle": true,
  52              "__experimentalFontWeight": true,
  53              "__experimentalLetterSpacing": true,
  54              "__experimentalTextTransform": true,
  55              "__experimentalWritingMode": true,
  56              "__experimentalDefaultControls": {
  57                  "fontSize": true
  58              }
  59          },
  60          "interactivity": {
  61              "clientNavigation": true
  62          }
  63      },
  64      "style": "wp-block-footnotes"
  65  }


Generated : Wed Jun 17 08:20:09 2026 Cross-referenced by PHPXref