{
  "apiVersion": 2,
  "name": "activecontour/block",
  "title": "Active Contour",
  "category": "media",
  "icon": "format-image",
  "description": "Insert Image with active contours.",
  "supports": {
    "className": true,
    "align": [ "left", "right", "center", "full"]
  },
  "attributes": {
    "id": {
      "type": "number",
      "default": 0
    },
    "cid": {
      "type": "string",
      "default": ""
    },
    "group": {
      "type": "string",
      "default": ""
    },
    "tags": {
      "type": "string",
      "default": ""
    },
    "size": {
      "type": "string",
      "default": ""
    },
    "align": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": ["file:./../assets/front.css" ]
}