[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/tag-cloud",
   5      "title": "Tag Cloud",
   6      "category": "widgets",
   7      "description": "A cloud of popular keywords, each sized by how often it appears.",
   8      "textdomain": "default",
   9      "attributes": {
  10          "numberOfTags": {
  11              "type": "number",
  12              "default": 45,
  13              "minimum": 1,
  14              "maximum": 100
  15          },
  16          "taxonomy": {
  17              "type": "string",
  18              "default": "post_tag"
  19          },
  20          "showTagCounts": {
  21              "type": "boolean",
  22              "default": false
  23          },
  24          "smallestFontSize": {
  25              "type": "string",
  26              "default": "8pt"
  27          },
  28          "largestFontSize": {
  29              "type": "string",
  30              "default": "22pt"
  31          }
  32      },
  33      "styles": [
  34          { "name": "default", "label": "Default", "isDefault": true },
  35          { "name": "outline", "label": "Outline" }
  36      ],
  37      "supports": {
  38          "anchor": true,
  39          "html": false,
  40          "align": true,
  41          "spacing": {
  42              "margin": true,
  43              "padding": true
  44          },
  45          "typography": {
  46              "lineHeight": true,
  47              "__experimentalFontFamily": true,
  48              "__experimentalFontWeight": true,
  49              "__experimentalFontStyle": true,
  50              "__experimentalTextTransform": true,
  51              "__experimentalLetterSpacing": true
  52          },
  53          "interactivity": {
  54              "clientNavigation": true
  55          },
  56          "__experimentalBorder": {
  57              "radius": true,
  58              "color": true,
  59              "width": true,
  60              "style": true,
  61              "__experimentalDefaultControls": {
  62                  "radius": true,
  63                  "color": true,
  64                  "width": true,
  65                  "style": true
  66              }
  67          }
  68      }
  69  }


Generated : Mon Jun 15 08:20:09 2026 Cross-referenced by PHPXref