File: /home/mjlclaims/public_html/wp-content/plugins/coblocks/src/blocks/gif/block.json
{
"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": "blocks-9",
"description": "Pick a gif, any gif."
}