{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "version": "23.0.1",
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/items",
  "title": "Items",
  "description": "Let's line up the contents.",
  "category": "smb",
  "attributes": {
    "sm": {
      "type": "number",
      "default": 1
    },
    "md": {
      "type": "number",
      "default": 1
    },
    "lg": {
      "type": "number",
      "default": 2
    },
    "isGlue": {
      "type": "boolean",
      "default": false
    },
    "isFill": {
      "type": "boolean",
      "default": false
    },
    "verticalAlignment": {
      "type": "string",
      "default": "top"
    },
    "contentJustification": {
      "type": "string"
    },
    "gap": {
      "type": "string",
      "default": ""
    },
    "templateLock": {
      "type": [
        "string",
        "boolean"
      ],
      "enum": [
        "all",
        "insert",
        "contentOnly",
        false
      ]
    }
  },
  "supports": {
    "html": false,
    "spacing": {
      "margin": true
    }
  },
  "editorScript": "file:./index.js"
}