block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 1.0.2, at src/blocks/counter/block.json
| 1 | { |
| 2 | "name": "blockspare/blockspare-counter", |
| 3 | "category": "blockspare", |
| 4 | "attributes": { |
| 5 | "className": { |
| 6 | "type": "string" |
| 7 | }, |
| 8 | |
| 9 | "counter": { |
| 10 | "type": "number", |
| 11 | "default": 25 |
| 12 | }, |
| 13 | |
| 14 | "counterFontColor": { |
| 15 | "type": "string", |
| 16 | "default": "#000" |
| 17 | }, |
| 18 | |
| 19 | "backGroundColor": { |
| 20 | "type": "string", |
| 21 | "default": "#fff" |
| 22 | }, |
| 23 | |
| 24 | "imageSize": { |
| 25 | "type": "string", |
| 26 | "default": "full" |
| 27 | }, |
| 28 | |
| 29 | "showImage": { |
| 30 | "type": "boolean", |
| 31 | "default": true |
| 32 | }, |
| 33 | "imgIconOption": { |
| 34 | "type": "string", |
| 35 | "default": "icon" |
| 36 | }, |
| 37 | "name": { |
| 38 | "type": "string", |
| 39 | "default": "fas fa-chart-line" |
| 40 | }, |
| 41 | "iconSize": { |
| 42 | "type": "string", |
| 43 | "default": "blockspare-icon-size-small" |
| 44 | }, |
| 45 | "iconStyles": { |
| 46 | "type": "string", |
| 47 | "default": "blockspare-icon-style2" |
| 48 | }, |
| 49 | "iconBackgroundColor":{ |
| 50 | "type":"string" |
| 51 | |
| 52 | }, |
| 53 | "iconBorderColor":{ |
| 54 | "type":"string", |
| 55 | "default":"#000" |
| 56 | }, |
| 57 | "iconColor":{ |
| 58 | "type":"string" |
| 59 | |
| 60 | }, |
| 61 | "borderRadius":{ |
| 62 | "type":"number", |
| 63 | "default": 50 |
| 64 | }, |
| 65 | "design": { |
| 66 | "type": "string", |
| 67 | "default": "blockspare-layout1" |
| 68 | }, |
| 69 | "blockBorderRadius":{ |
| 70 | "type":"number", |
| 71 | "default": 0 |
| 72 | }, |
| 73 | "headertitleColor": { |
| 74 | "type": "string", |
| 75 | "default": "#000" |
| 76 | }, |
| 77 | "headersubtitleColor": { |
| 78 | "type": "string", |
| 79 | "default": "#000" |
| 80 | }, |
| 81 | "headermarginTop": { |
| 82 | "type": "number", |
| 83 | "default": 5 |
| 84 | }, |
| 85 | |
| 86 | "headermarginBottom": { |
| 87 | "type": "number", |
| 88 | "default": 5 |
| 89 | }, |
| 90 | "paddingTop": { |
| 91 | "type": "number", |
| 92 | "default": 20 |
| 93 | }, |
| 94 | |
| 95 | "paddingBottom": { |
| 96 | "type": "number", |
| 97 | "default": 20 |
| 98 | }, |
| 99 | "openPopover": { |
| 100 | "type": "boolean", |
| 101 | "default": false |
| 102 | } |
| 103 | } |
| 104 | } |
| 105 |