{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "uicore/wrapper",
  "title": "Wrapper",
  "category": "uicore-basic",
  "icon": "uicore-block-icon",
  "description": "Wrapper block to group other blocks together.",
  "supports": {
    "html": false,
    "customClassName": false
  },
  "editorScript": "file:./index.js",
  "textdomain": "uicore-blocks"
}