| 1 |
{ |
| 2 |
"name": "blockspare/user-profile", |
| 3 |
"category": "blockspare", |
| 4 |
"attributes": { |
| 5 |
"profileContent": { |
| 6 |
"type": "string", |
| 7 |
"default": "Add your content..." |
| 8 |
}, |
| 9 |
"profileContentFontSize": { |
| 10 |
"type": "number", |
| 11 |
"default": 18 |
| 12 |
}, |
| 13 |
"sectionAlignment": { |
| 14 |
"type": "string", |
| 15 |
"default": "left" |
| 16 |
}, |
| 17 |
|
| 18 |
"profileBackgroundColor": { |
| 19 |
"type": "string", |
| 20 |
"default": "#fff" |
| 21 |
}, |
| 22 |
"profileTextColor": { |
| 23 |
"type": "string", |
| 24 |
"default": "#6d6d6d" |
| 25 |
}, |
| 26 |
"facebook": { |
| 27 |
"type": "url", |
| 28 |
"default": "facebook.com" |
| 29 |
}, |
| 30 |
"twitter": { |
| 31 |
"type": "url", |
| 32 |
"default": "twitter.com" |
| 33 |
}, |
| 34 |
"instagram": { |
| 35 |
"type": "url" |
| 36 |
}, |
| 37 |
"linkedin": { |
| 38 |
"type": "url", |
| 39 |
"default": "linkedin.com" |
| 40 |
}, |
| 41 |
"youtube": { |
| 42 |
"type": "url" |
| 43 |
|
| 44 |
}, |
| 45 |
"paddingTop": { |
| 46 |
"type": "number", |
| 47 |
"default": 0 |
| 48 |
}, |
| 49 |
"paddingRight": { |
| 50 |
"type": "number", |
| 51 |
"default": 0 |
| 52 |
}, |
| 53 |
"paddingBottom": { |
| 54 |
"type": "number", |
| 55 |
"default": 0 |
| 56 |
}, |
| 57 |
"paddingLeft": { |
| 58 |
"type": "number", |
| 59 |
"default": 0 |
| 60 |
}, |
| 61 |
"marginTop": { |
| 62 |
"type": "number", |
| 63 |
"default": 0 |
| 64 |
}, |
| 65 |
|
| 66 |
"marginBottom": { |
| 67 |
"type": "number", |
| 68 |
"default": 0 |
| 69 |
}, |
| 70 |
"iconColorOption":{ |
| 71 |
"type":"string", |
| 72 |
"default": "blockspare-default-official-color" |
| 73 |
}, |
| 74 |
"customfontColorOption":{ |
| 75 |
"type":"string", |
| 76 |
"default":"#fff" |
| 77 |
}, |
| 78 |
"custombackgroundColorOption":{ |
| 79 |
"type":"string", |
| 80 |
"default":"#404040" |
| 81 |
}, |
| 82 |
"buttonShapes":{ |
| 83 |
"type":"string", |
| 84 |
"default":"blockspare-social-icon-square" |
| 85 |
}, |
| 86 |
"buttonSizes":{ |
| 87 |
"type":"string", |
| 88 |
"default":"blockspare-social-icon-small" |
| 89 |
}, |
| 90 |
|
| 91 |
"buttonFills":{ |
| 92 |
"type":"string", |
| 93 |
"default": "blockspare-social-icon-solid" |
| 94 |
}, |
| 95 |
"headerpaddingTop": { |
| 96 |
"type": "number", |
| 97 |
"default": 0 |
| 98 |
}, |
| 99 |
"headerpaddingRight": { |
| 100 |
"type": "number", |
| 101 |
"default": 0 |
| 102 |
}, |
| 103 |
"headerpaddingBottom": { |
| 104 |
"type": "number", |
| 105 |
"default": 0 |
| 106 |
}, |
| 107 |
"headerpaddingLeft": { |
| 108 |
"type": "number", |
| 109 |
"default": 0 |
| 110 |
}, |
| 111 |
"headermarginTop": { |
| 112 |
"type": "number", |
| 113 |
"default": 0 |
| 114 |
}, |
| 115 |
|
| 116 |
"headermarginBottom": { |
| 117 |
"type": "number", |
| 118 |
"default": 0 |
| 119 |
}, |
| 120 |
"borderRadius": { |
| 121 |
"type": "number", |
| 122 |
"default": 0 |
| 123 |
} |
| 124 |
} |
| 125 |
} |