block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.1, at src/blocks/logos/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-logos", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "align": { |
| 6 | "type": "string" |
| 7 | }, |
| 8 | "images": { |
| 9 | "type": "array", |
| 10 | "default": [], |
| 11 | "selector": "img", |
| 12 | "query": { |
| 13 | "url": { |
| 14 | "type": "string", |
| 15 | "source": "attribute", |
| 16 | "attribute": "src" |
| 17 | }, |
| 18 | "alt": { |
| 19 | "type": "string", |
| 20 | "source": "attribute", |
| 21 | "attribute": "alt", |
| 22 | "default": "" |
| 23 | }, |
| 24 | "id": { |
| 25 | "type": "string", |
| 26 | "source": "attribute", |
| 27 | "attribute": "data-id" |
| 28 | }, |
| 29 | "width": { |
| 30 | "type": "string", |
| 31 | "source": "attribute", |
| 32 | "attribute": "data-width" |
| 33 | } |
| 34 | } |
| 35 | } |
| 36 | } |
| 37 | } |
| 38 |