{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "gelform/crop-express",
  "version": "0.1.0",
  "title": "Crop Express",
  "category": "media",
  "icon": "image-crop",
  "description": "Crop images precisely",
  "attributes": {
    "url": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "src"
    },
    "alt": {
      "type": "string",
      "source": "attribute",
      "selector": "img",
      "attribute": "alt"
    },
    "aspectRatio": {
      "type": "string",
      "default": "1"
    },
    "imageId": {
      "type": "integer"
    }
  },
  "supports": {
    "html": true
  },
  "textdomain": "crop-express",
  "editorScript": "file:./index.js"
}