[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/buttons",
   5      "title": "Buttons",
   6      "category": "design",
   7      "allowedBlocks": [ "core/button" ],
   8      "description": "Prompt visitors to take action with a group of button-style links.",
   9      "keywords": [ "link" ],
  10      "textdomain": "default",
  11      "supports": {
  12          "anchor": true,
  13          "align": [ "wide", "full" ],
  14          "html": false,
  15          "__experimentalExposeControlsToChildren": true,
  16          "spacing": {
  17              "blockGap": true,
  18              "margin": [ "top", "bottom" ],
  19              "__experimentalDefaultControls": {
  20                  "blockGap": true
  21              }
  22          },
  23          "typography": {
  24              "fontSize": true,
  25              "lineHeight": true,
  26              "__experimentalFontFamily": true,
  27              "__experimentalFontWeight": true,
  28              "__experimentalFontStyle": true,
  29              "__experimentalTextTransform": true,
  30              "__experimentalTextDecoration": true,
  31              "__experimentalLetterSpacing": true,
  32              "__experimentalDefaultControls": {
  33                  "fontSize": true
  34              }
  35          },
  36          "layout": {
  37              "allowSwitching": false,
  38              "allowInheriting": false,
  39              "default": {
  40                  "type": "flex"
  41              }
  42          },
  43          "interactivity": {
  44              "clientNavigation": true
  45          }
  46      },
  47      "editorStyle": "wp-block-buttons-editor",
  48      "style": "wp-block-buttons"
  49  }


Generated : Tue May 7 08:20:01 2024 Cross-referenced by PHPXref