block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.1, at src/blocks/icon-set/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-iconset", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | |
| 6 | "align": { |
| 7 | "type": "string", |
| 8 | "default": "center" |
| 9 | }, |
| 10 | |
| 11 | "sectionAlignment": { |
| 12 | "type": "string", |
| 13 | "default": "center" |
| 14 | }, |
| 15 | |
| 16 | "name": { |
| 17 | "type": "string", |
| 18 | "default": "fas fa-rocket" |
| 19 | }, |
| 20 | "iconSize": { |
| 21 | "type": "string", |
| 22 | "default": "blockspare-icon-size-small" |
| 23 | }, |
| 24 | "iconStyles": { |
| 25 | "type": "string", |
| 26 | "default": "blockspare-icon-style2" |
| 27 | }, |
| 28 | "iconBackgroundColor":{ |
| 29 | "type":"string", |
| 30 | "default":"#8b249c" |
| 31 | }, |
| 32 | "iconBorderColor":{ |
| 33 | "type":"string", |
| 34 | "default":"#8b249c" |
| 35 | }, |
| 36 | "iconColor":{ |
| 37 | "type":"string", |
| 38 | "default":"#fff" |
| 39 | }, |
| 40 | "borderRadius":{ |
| 41 | "type":"number", |
| 42 | "default": 50 |
| 43 | } |
| 44 | } |
| 45 | } |