[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/comments-pagination-numbers/ -> block.json (source)

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/comments-pagination-numbers",
   5      "title": "Comments Page Numbers",
   6      "category": "theme",
   7      "parent": [ "core/comments-pagination" ],
   8      "description": "Displays a list of page numbers for comments pagination.",
   9      "textdomain": "default",
  10      "usesContext": [ "postId" ],
  11      "supports": {
  12          "reusable": false,
  13          "html": false,
  14          "color": {
  15              "gradients": true,
  16              "text": false,
  17              "__experimentalDefaultControls": {
  18                  "background": true
  19              }
  20          },
  21          "typography": {
  22              "fontSize": true,
  23              "lineHeight": true,
  24              "__experimentalFontFamily": true,
  25              "__experimentalFontWeight": true,
  26              "__experimentalFontStyle": true,
  27              "__experimentalTextTransform": true,
  28              "__experimentalTextDecoration": true,
  29              "__experimentalLetterSpacing": true,
  30              "__experimentalDefaultControls": {
  31                  "fontSize": true
  32              }
  33          },
  34          "interactivity": {
  35              "clientNavigation": true
  36          }
  37      }
  38  }


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