{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/information-item",
  "title": "Row",
  "description": "It is a child block of the information block.",
  "category": "smb",
  "parent": [
    "snow-monkey-blocks/information"
  ],
  "attributes": {
    "label": {
      "type": "string",
      "source": "html",
      "selector": ".smb-information__item__label",
      "role": "content"
    },
    "labelColumnSize": {
      "type": "number",
      "default": 25
    },
    "smIsSplitColumn": {
      "type": "boolean",
      "default": false
    },
    "templateLock": {
      "type": [
        "string",
        "boolean"
      ],
      "enum": [
        "all",
        "insert",
        "contentOnly",
        false
      ]
    }
  },
  "usesContext": [
    "snow-monkey-blocks/labelColumnSize",
    "snow-monkey-blocks/smIsSplitColumn"
  ],
  "supports": {
    "anchor": true,
    "color": {
      "background": true,
      "text": true,
      "link": true
    },
    "layout": {
      "allowSwitching": false,
      "allowEditing": false,
      "allowInheriting": false,
      "default": {
        "type": "constrained"
      }
    },
    "contentRole": true
  },
  "editorScript": "file:./index.js"
}