block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 3.3.3, at dist/blocks/logos/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-logos", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "align": { |
| 6 | "type": "string" |
| 7 | }, |
| 8 | "uniqueClass": { |
| 9 | "type": "string" |
| 10 | }, |
| 11 | "animation": { |
| 12 | "type": "string", |
| 13 | "default": "" |
| 14 | }, |
| 15 | "images": { |
| 16 | "type": "array", |
| 17 | "default": [], |
| 18 | "selector": "img", |
| 19 | "query": { |
| 20 | "url": { |
| 21 | "type": "string", |
| 22 | "source": "attribute", |
| 23 | "attribute": "src" |
| 24 | }, |
| 25 | "alt": { |
| 26 | "type": "string", |
| 27 | "source": "attribute", |
| 28 | "attribute": "alt", |
| 29 | "default": "" |
| 30 | }, |
| 31 | "id": { |
| 32 | "type": "string", |
| 33 | "source": "attribute", |
| 34 | "attribute": "data-id" |
| 35 | }, |
| 36 | "width": { |
| 37 | "type": "string", |
| 38 | "source": "attribute", |
| 39 | "attribute": "data-width" |
| 40 | } |
| 41 | } |
| 42 | }, |
| 43 | "columns": { |
| 44 | "type": "number", |
| 45 | "default": 4 |
| 46 | }, |
| 47 | "gutter": { |
| 48 | "type": "number", |
| 49 | "default": 15 |
| 50 | }, |
| 51 | "paddingTop": { |
| 52 | "type": "number", |
| 53 | "default": 0 |
| 54 | }, |
| 55 | "paddingRight": { |
| 56 | "type": "number", |
| 57 | "default": 0 |
| 58 | }, |
| 59 | "paddingBottom": { |
| 60 | "type": "number", |
| 61 | "default": 0 |
| 62 | }, |
| 63 | "paddingLeft": { |
| 64 | "type": "number", |
| 65 | "default": 0 |
| 66 | }, |
| 67 | "marginTop": { |
| 68 | "type": "number", |
| 69 | "default": 30 |
| 70 | }, |
| 71 | "marginRight": { |
| 72 | "type": "number", |
| 73 | "default": 0 |
| 74 | }, |
| 75 | "marginBottom": { |
| 76 | "type": "number", |
| 77 | "default": 30 |
| 78 | }, |
| 79 | "marginLeft": { |
| 80 | "type": "number", |
| 81 | "default": 0 |
| 82 | }, |
| 83 | "blockHoverEffect": { |
| 84 | "type": "string", |
| 85 | "default": "" |
| 86 | }, |
| 87 | "imageHoverEffect": { |
| 88 | "type": "string", |
| 89 | "default": "" |
| 90 | } |
| 91 | } |
| 92 | } |