{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "dicomsupport/dcm",
  "version": "0.1.0",
  "title": "Dicom",
  "category": "media",
  "icon": "category",
  "description": "Insert one or more DICOM images from the media library.",
  "attributes": {
    "ids": {
      "type": "array"
    },
    "height": {
      "type": "number"
    },
    "width": {
      "type": "number"
    },
    "window_center": {
      "type": "number"
    },
    "window_width": {
      "type": "number"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "dicomsupport",
  "editorScript": "file:./index.js"
}