{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "modern-fields/image",
  "version": "1.0",
  "title": "Image",
  "category": "mf-media-fields",
  "description": "Import or select an image from the media library.",
  "attributes": {
    "defaultValue": {
      "type": "number",
      "default": null
    },
    "allowedTypes": {
      "type": "array",
      "default": [
        "image"
      ]
    },
    "minimalistMode": {
      "type": "boolean",
      "default": false
    }
  },
  "example": {
    "attributes": {
      "label": "Image"
    },
    "viewportWidth": 300
  },
  "textdomain": "modern-fields",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}