[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  {
   2      "$schema": "https://schemas.wp.org/trunk/block.json",
   3      "apiVersion": 3,
   4      "name": "core/group",
   5      "title": "Group",
   6      "category": "design",
   7      "description": "Gather blocks in a layout container.",
   8      "keywords": [ "container", "wrapper", "row", "section" ],
   9      "textdomain": "default",
  10      "attributes": {
  11          "tagName": {
  12              "type": "string",
  13              "default": "div"
  14          },
  15          "templateLock": {
  16              "type": [ "string", "boolean" ],
  17              "enum": [ "all", "insert", "contentOnly", false ]
  18          },
  19          "allowedBlocks": {
  20              "type": "array"
  21          }
  22      },
  23      "supports": {
  24          "__experimentalOnEnter": true,
  25          "__experimentalOnMerge": true,
  26          "__experimentalSettings": true,
  27          "align": [ "wide", "full" ],
  28          "anchor": true,
  29          "ariaLabel": true,
  30          "html": false,
  31          "background": {
  32              "backgroundImage": true,
  33              "backgroundSize": true,
  34              "__experimentalDefaultControls": {
  35                  "backgroundImage": true
  36              }
  37          },
  38          "color": {
  39              "gradients": true,
  40              "heading": true,
  41              "button": true,
  42              "link": true,
  43              "__experimentalDefaultControls": {
  44                  "background": true,
  45                  "text": true
  46              }
  47          },
  48          "spacing": {
  49              "margin": [ "top", "bottom" ],
  50              "padding": true,
  51              "blockGap": true,
  52              "__experimentalDefaultControls": {
  53                  "padding": true,
  54                  "blockGap": true
  55              }
  56          },
  57          "dimensions": {
  58              "minHeight": true
  59          },
  60          "__experimentalBorder": {
  61              "color": true,
  62              "radius": true,
  63              "style": true,
  64              "width": true,
  65              "__experimentalDefaultControls": {
  66                  "color": true,
  67                  "radius": true,
  68                  "style": true,
  69                  "width": true
  70              }
  71          },
  72          "position": {
  73              "sticky": true
  74          },
  75          "typography": {
  76              "fontSize": true,
  77              "lineHeight": true,
  78              "__experimentalFontFamily": true,
  79              "__experimentalFontWeight": true,
  80              "__experimentalFontStyle": true,
  81              "__experimentalTextTransform": true,
  82              "__experimentalTextDecoration": true,
  83              "__experimentalLetterSpacing": true,
  84              "__experimentalDefaultControls": {
  85                  "fontSize": true
  86              }
  87          },
  88          "layout": {
  89              "allowSizingOnChildren": true
  90          },
  91          "interactivity": {
  92              "clientNavigation": true
  93          }
  94      },
  95      "editorStyle": "wp-block-group-editor",
  96      "style": "wp-block-group"
  97  }


Generated : Fri May 3 08:20:01 2024 Cross-referenced by PHPXref