{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gatey/custom-block",
  "version": "2.2.2",
  "title": "Custom Block",
  "category": "smartcloud-gatey",
  "description": "Custom Block for Gatey Authenticator - create custom content blocks for use within the Authenticator block.",
  "attributes": {
    "anchor": {
      "type": "string"
    },
    "component": {
      "type": "string"
    },
    "part": {
      "type": "string"
    }
  },
  "providesContext": {
    "gatey/custom-block/component": "component"
  },
  "textdomain": "gatey",
  "editorScript": "smartcloud-gatey-blocks-editor-script",
  "editorStyle": "smartcloud-gatey-blocks-editor-style",
  "style": "smartcloud-gatey-view-style",
  "render": "file:./render.php"
}