| 1 |
{ |
| 2 |
"name": "blockspare/blockspare-list", |
| 3 |
"category": "blockspare", |
| 4 |
"attributes": { |
| 5 |
"className": { |
| 6 |
"type": "string" |
| 7 |
}, |
| 8 |
"animation": { |
| 9 |
"type": "string", |
| 10 |
"default": "" |
| 11 |
}, |
| 12 |
"align": { |
| 13 |
"type": "string", |
| 14 |
"default": "center" |
| 15 |
}, |
| 16 |
"uniqueClass": { |
| 17 |
"type": "string", |
| 18 |
"default": "" |
| 19 |
}, |
| 20 |
"sectionAlignment": { |
| 21 |
"type": "string", |
| 22 |
"default": "left" |
| 23 |
}, |
| 24 |
"listBackGroundColor": { |
| 25 |
"type": "string" |
| 26 |
}, |
| 27 |
"name": { |
| 28 |
"type": "string", |
| 29 |
"default": "blockspare-list-check" |
| 30 |
}, |
| 31 |
"listData": { |
| 32 |
"type": "string", |
| 33 |
"source": "html", |
| 34 |
"selector": "ol,ul", |
| 35 |
"multiline": "li", |
| 36 |
"default": "List item content" |
| 37 |
}, |
| 38 |
"listType": { |
| 39 |
"type": "string", |
| 40 |
"default": "ul" |
| 41 |
}, |
| 42 |
"orderListStyle": { |
| 43 |
"type": "string", |
| 44 |
"default": "blockspare-style1" |
| 45 |
}, |
| 46 |
"color": { |
| 47 |
"type": "string", |
| 48 |
"default": "#404040" |
| 49 |
}, |
| 50 |
"descriptionIconColor": { |
| 51 |
"type": "string", |
| 52 |
"default": "#404040" |
| 53 |
}, |
| 54 |
"borderRadius": { |
| 55 |
"type": "number", |
| 56 |
"default": 0 |
| 57 |
}, |
| 58 |
"descriptionFontSize": { |
| 59 |
"type": "number", |
| 60 |
"default": 16 |
| 61 |
}, |
| 62 |
"descriptionFontFamily": { |
| 63 |
"type": "string", |
| 64 |
"default": "Default" |
| 65 |
}, |
| 66 |
"descriptionFontWeight": { |
| 67 |
"type": "string", |
| 68 |
"default": "" |
| 69 |
}, |
| 70 |
"descriptionFontSubset": { |
| 71 |
"type": "string" |
| 72 |
}, |
| 73 |
"descriptionFontSizeType": { |
| 74 |
"type": "string", |
| 75 |
"default": "px" |
| 76 |
}, |
| 77 |
"descriptionFontSizeMobile": { |
| 78 |
"type": "number", |
| 79 |
"default": 14 |
| 80 |
}, |
| 81 |
"descriptionFontSizeTablet": { |
| 82 |
"type": "number", |
| 83 |
"default": 14 |
| 84 |
}, |
| 85 |
"descriptionLoadGoogleFonts": { |
| 86 |
"type": "boolean", |
| 87 |
"default": false |
| 88 |
}, |
| 89 |
"marginTop": { |
| 90 |
"type": "number", |
| 91 |
"default": 30 |
| 92 |
}, |
| 93 |
"marginRight": { |
| 94 |
"type": "number", |
| 95 |
"default": 0 |
| 96 |
}, |
| 97 |
"marginBottom": { |
| 98 |
"type": "number", |
| 99 |
"default": 30 |
| 100 |
}, |
| 101 |
"marginLeft": { |
| 102 |
"type": "number", |
| 103 |
"default": 0 |
| 104 |
}, |
| 105 |
"paddingTop": { |
| 106 |
"type": "number", |
| 107 |
"default": 0 |
| 108 |
}, |
| 109 |
"paddingRight": { |
| 110 |
"type": "number", |
| 111 |
"default": 0 |
| 112 |
}, |
| 113 |
"paddingBottom": { |
| 114 |
"type": "number", |
| 115 |
"default": 0 |
| 116 |
}, |
| 117 |
"paddingLeft": { |
| 118 |
"type": "number", |
| 119 |
"default": 0 |
| 120 |
}, |
| 121 |
"blockHoverEffect": { |
| 122 |
"type": "string", |
| 123 |
"default": "" |
| 124 |
} |
| 125 |
} |
| 126 |
} |