{
  "apiVersion": 2,
  "name": "cubelaunch/shape",
  "title": "CubeLaunch Shape",
  "category": "widgets",
  "description": "Embeds a configured CubeLaunch 3D shape.",
  "keywords": [
    "cubelaunch",
    "shape",
    "3d",
    "webgl",
    "cube",
    "pyramid"
  ],
  "supports": {
    "html": false,
    "align": true
  },
  "attributes": {
    "shapeId": {
      "type": "number",
      "default": 0
    },
    "sizePreset": {
      "type": "string",
      "enum": [
        "small",
        "medium",
        "large"
      ],
      "default": "medium"
    },
    "align": {
      "type": "string",
      "default": "none"
    },
    "overrideBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "caption": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "cubelaunch",
  "editorScript": "file:../../build/index.js",
  "editorStyle": "file:../../build/index.css",
  "style": "file:../../build/style-index.css",
  "render": "cubelaunch_render_shape_block"
}