{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "leco-cp/general-information",
  "version": "0.1.0",
  "title": "General Information",
  "category": "widgets",
  "description": "General Information Block",
  "supports": {
    "html": false
  },
  "attributes": {
    "insertBlocks": {
      "type": "boolean",
      "default": true
    }
  },
  "textdomain": "leco-cp",
  "editorScript": "file:./index.js"
}