{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ultrablocks/grid",
  "version": "0.0.1",
  "title": "Grid",
  "category": "ultrablocks",
  "description": "Create a grid of columns.",
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "style": {
      "type": "object",
      "default": {}
    }
  },
  "textdomain": "ultrablocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": [
    "style-ultrablocks",
    "file:./style.css"
  ],
  "supports": {
    "className": true
  }
}