| 1 |
{ |
| 2 |
"name": "blockspare-blocks/blockspare-social-sharing", |
| 3 |
"category": "blockspare", |
| 4 |
"attributes": { |
| 5 |
"sectionAlignment": { |
| 6 |
"type": "strings", |
| 7 |
"default": "center" |
| 8 |
}, |
| 9 |
"facebook": { |
| 10 |
"type": "boolean", |
| 11 |
"default": true |
| 12 |
}, |
| 13 |
"facebookTitle": { |
| 14 |
"type": "strings", |
| 15 |
"default": "Share on Facebook" |
| 16 |
}, |
| 17 |
"twitter": { |
| 18 |
"type": "boolean", |
| 19 |
"default": true |
| 20 |
}, |
| 21 |
"twitterTitle": { |
| 22 |
"type": "strings", |
| 23 |
"default": "Share on Twitter" |
| 24 |
}, |
| 25 |
"linkedin": { |
| 26 |
"type": "boolean", |
| 27 |
"default": true |
| 28 |
}, |
| 29 |
"linkedinTitle": { |
| 30 |
"type": "strings", |
| 31 |
"default": "Share on LinkedIn" |
| 32 |
}, |
| 33 |
"pinterest": { |
| 34 |
"type": "boolean", |
| 35 |
"default": false |
| 36 |
}, |
| 37 |
"pinterestTitle": { |
| 38 |
"type": "strings", |
| 39 |
"default": "Share on Pinterest" |
| 40 |
}, |
| 41 |
"email": { |
| 42 |
"type": "boolean", |
| 43 |
"default": false |
| 44 |
}, |
| 45 |
"emailTitle": { |
| 46 |
"type": "strings", |
| 47 |
"default": "Share via Email" |
| 48 |
}, |
| 49 |
"reddit": { |
| 50 |
"type": "boolean", |
| 51 |
"default": false |
| 52 |
}, |
| 53 |
"redditTitle": { |
| 54 |
"type": "strings", |
| 55 |
"default": "Share on Reddit" |
| 56 |
}, |
| 57 |
"buttonOptions": { |
| 58 |
"type": "string", |
| 59 |
"default": "blockspare-icon-only" |
| 60 |
}, |
| 61 |
"buttonFills": { |
| 62 |
"type": "string", |
| 63 |
"default": "blockspare-social-icon-solid" |
| 64 |
}, |
| 65 |
"iconColorOption": { |
| 66 |
"type": "string", |
| 67 |
"default": "blockspare-default-official-color" |
| 68 |
}, |
| 69 |
"customfontColorOption": { |
| 70 |
"type": "string", |
| 71 |
"default": "#fff" |
| 72 |
}, |
| 73 |
"custombackgroundColorOption": { |
| 74 |
"type": "string", |
| 75 |
"default": "#404040" |
| 76 |
}, |
| 77 |
"buttonShapes": { |
| 78 |
"type": "string", |
| 79 |
"default": "blockspare-social-icon-square" |
| 80 |
}, |
| 81 |
"buttonSizes": { |
| 82 |
"type": "string", |
| 83 |
"default": "blockspare-social-icon-small" |
| 84 |
}, |
| 85 |
"uniqueClass": { |
| 86 |
"type": "string", |
| 87 |
"default": "" |
| 88 |
}, |
| 89 |
"marginTop": { |
| 90 |
"type": "number", |
| 91 |
"default": 30 |
| 92 |
}, |
| 93 |
|
| 94 |
"marginBottom": { |
| 95 |
"type": "number", |
| 96 |
"default": 30 |
| 97 |
} |
| 98 |
} |
| 99 |
} |