{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "frontis-blocks/grid-item",
  "version": "1.0.0",
  "title": "Grid Item",
  "category": "frontis-blocks",
  "description": "A single grid item with its own content.",
  "textdomain": "frontis-blocks",
  "parent": [
    "frontis-blocks/grid-layout"
  ],
  "supports": {
    "anchor": false,
    "align": [
      "wide",
      "full"
    ],
    "customClassName": false,
    "customCSS": false
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style.css"
}