{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "nexa/container",
  "version": "1.0.0",
  "title": "Container",
  "category": "nexa-blocks",
  "description": "Container block for wrapping other blocks",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": false,
    "customClassName": false,
    "anchor": false
  },
  "example": {},
  "textdomain": "nexa-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}