{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "vayu-blocks/image",
  "version": "0.2.0",
  "title": "Advance Image",
  "category": "vayu-blocks",
  "keywords": [
    "image",
    "image animation",
    "animation",
    "advance image"
  ],
  "description": "A block to add and customize pictures in your content.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "example": {
    "attributes": {
      "title": "Hello GutSlider Block"
    }
  },
  "textdomain": "vayu-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScriptModule": "file:./view.js"
}