| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockspare/blockspare-iconset", |
| 5 |
"title": "Icons", |
| 6 |
"category": "blockspare", |
| 7 |
"description": "Icons with custom sizing and colors", |
| 8 |
"supports": { |
| 9 |
"align": [ |
| 10 |
"wide", |
| 11 |
"full", |
| 12 |
"center" |
| 13 |
] |
| 14 |
}, |
| 15 |
"attributes": { |
| 16 |
"align": { |
| 17 |
"type": "string", |
| 18 |
"default": "center" |
| 19 |
}, |
| 20 |
"sectionAlignment": { |
| 21 |
"type": "string", |
| 22 |
"default": "center" |
| 23 |
}, |
| 24 |
"uniqueClass": { |
| 25 |
"type": "string", |
| 26 |
"default": "" |
| 27 |
}, |
| 28 |
"name": { |
| 29 |
"type": "string", |
| 30 |
"default": "fas fa-rocket" |
| 31 |
}, |
| 32 |
"iconSize": { |
| 33 |
"type": "string", |
| 34 |
"default": "blockspare-icon-size-small" |
| 35 |
}, |
| 36 |
"iconStyles": { |
| 37 |
"type": "string", |
| 38 |
"default": "blockspare-icon-style2" |
| 39 |
}, |
| 40 |
"iconBackgroundColor": { |
| 41 |
"type": "string", |
| 42 |
"default": "#ce242c" |
| 43 |
}, |
| 44 |
"iconBorderColor": { |
| 45 |
"type": "string", |
| 46 |
"default": "#ce242c" |
| 47 |
}, |
| 48 |
"iconColor": { |
| 49 |
"type": "string", |
| 50 |
"default": "#fff" |
| 51 |
}, |
| 52 |
"borderRadius": { |
| 53 |
"type": "number", |
| 54 |
"default": 50 |
| 55 |
}, |
| 56 |
"marginTop": { |
| 57 |
"type": "number", |
| 58 |
"default": 30 |
| 59 |
}, |
| 60 |
"marginRight": { |
| 61 |
"type": "number", |
| 62 |
"default": 0 |
| 63 |
}, |
| 64 |
"marginBottom": { |
| 65 |
"type": "number", |
| 66 |
"default": 30 |
| 67 |
}, |
| 68 |
"marginLeft": { |
| 69 |
"type": "number", |
| 70 |
"default": 0 |
| 71 |
}, |
| 72 |
"paddingTop": { |
| 73 |
"type": "number", |
| 74 |
"default": 30 |
| 75 |
}, |
| 76 |
"paddingRight": { |
| 77 |
"type": "number", |
| 78 |
"default": 30 |
| 79 |
}, |
| 80 |
"paddingBottom": { |
| 81 |
"type": "number", |
| 82 |
"default": 30 |
| 83 |
}, |
| 84 |
"paddingLeft": { |
| 85 |
"type": "number", |
| 86 |
"default": 30 |
| 87 |
}, |
| 88 |
"animation": { |
| 89 |
"type": "string", |
| 90 |
"default": "" |
| 91 |
}, |
| 92 |
"blockHoverEffect": { |
| 93 |
"type": "string", |
| 94 |
"default": "" |
| 95 |
}, |
| 96 |
"enableIconLink": { |
| 97 |
"type": "boolean", |
| 98 |
"default": false |
| 99 |
}, |
| 100 |
"LinkType": { |
| 101 |
"type": "string", |
| 102 |
"default": "custom" |
| 103 |
}, |
| 104 |
"CustomLink": { |
| 105 |
"type": "string", |
| 106 |
"default": "" |
| 107 |
}, |
| 108 |
"backgroundOpacity": { |
| 109 |
"type": "number", |
| 110 |
"default": 1 |
| 111 |
} |
| 112 |
}, |
| 113 |
"editorScript": "file:./index.js", |
| 114 |
"editorStyle": "file:./index.css", |
| 115 |
"style": "file:./style-index.css" |
| 116 |
} |