{
  "name": "coblocks/gif",
  "category": "media",
  "attributes": {
    "url": {
      "attribute": "src",
      "selector": "img",
      "source": "attribute",
      "type": "string"
    },
    "alt": {
      "attribute": "alt",
      "selector": "img",
      "source": "attribute",
      "type": "string",
      "default": ""
    },
    "caption": {
      "type": "string",
      "source": "html",
      "selector": "figcaption"
    },
    "align": {
      "type": "string"
    },
    "width": {
      "type": "number"
    },
    "height": {
      "type": "number"
    }
  },
  "title": "Gif",
  "textdomain": "coblocks",
  "editorScript": [
    "coblocks-9"
  ],
  "description": "Pick a gif, any gif."
}