block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 3.3.3, at dist/blocks/icon-set/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-iconset", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "align": { |
| 6 | "type": "string", |
| 7 | "default": "center" |
| 8 | }, |
| 9 | "animation": { |
| 10 | "type": "string", |
| 11 | "default": "" |
| 12 | }, |
| 13 | "sectionAlignment": { |
| 14 | "type": "string", |
| 15 | "default": "center" |
| 16 | }, |
| 17 | "uniqueClass": { |
| 18 | "type": "string", |
| 19 | "default": "" |
| 20 | }, |
| 21 | "name": { |
| 22 | "type": "string", |
| 23 | "default": "fas fa-rocket" |
| 24 | }, |
| 25 | "iconSize": { |
| 26 | "type": "string", |
| 27 | "default": "blockspare-icon-size-small" |
| 28 | }, |
| 29 | "iconStyles": { |
| 30 | "type": "string", |
| 31 | "default": "blockspare-icon-style2" |
| 32 | }, |
| 33 | "iconBackgroundColor": { |
| 34 | "type": "string", |
| 35 | "default": "#8b249c" |
| 36 | }, |
| 37 | "iconBorderColor": { |
| 38 | "type": "string", |
| 39 | "default": "#8b249c" |
| 40 | }, |
| 41 | "iconColor": { |
| 42 | "type": "string", |
| 43 | "default": "#fff" |
| 44 | }, |
| 45 | "borderRadius": { |
| 46 | "type": "number", |
| 47 | "default": 50 |
| 48 | }, |
| 49 | "marginTop": { |
| 50 | "type": "number", |
| 51 | "default": 30 |
| 52 | }, |
| 53 | "marginRight": { |
| 54 | "type": "number", |
| 55 | "default": 0 |
| 56 | }, |
| 57 | "marginBottom": { |
| 58 | "type": "number", |
| 59 | "default": 30 |
| 60 | }, |
| 61 | "marginLeft": { |
| 62 | "type": "number", |
| 63 | "default": 0 |
| 64 | }, |
| 65 | "paddingTop": { |
| 66 | "type": "number", |
| 67 | "default": 30 |
| 68 | }, |
| 69 | "paddingRight": { |
| 70 | "type": "number", |
| 71 | "default": 30 |
| 72 | }, |
| 73 | "paddingBottom": { |
| 74 | "type": "number", |
| 75 | "default": 30 |
| 76 | }, |
| 77 | "paddingLeft": { |
| 78 | "type": "number", |
| 79 | "default": 30 |
| 80 | }, |
| 81 | "blockHoverEffect": { |
| 82 | "type": "string", |
| 83 | "default": "" |
| 84 | }, |
| 85 | "enableIconLink": { |
| 86 | "type": "boolean", |
| 87 | "default": false |
| 88 | }, |
| 89 | "LinkType": { |
| 90 | "type": "string", |
| 91 | "default": "custom" |
| 92 | }, |
| 93 | "CustomLink": { |
| 94 | "type": "string", |
| 95 | "default": "" |
| 96 | }, |
| 97 | "backgroundOpacity": { |
| 98 | "type": "number", |
| 99 | "default": 1 |
| 100 | } |
| 101 | } |
| 102 | } |