Created
April 10, 2017 15:16
-
-
Save rickydazla/0289f663ef17d98de73eb85c2a9b5997 to your computer and use it in GitHub Desktop.
Custom social widget for Shopify using SymbolSet Social Icon fonts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Socializer", | |
"settings": [ | |
{ | |
"default": "disabled", | |
"id": "socializer_style", | |
"label": "Select social icons style", | |
"options": [ | |
{ | |
"label": "Disabled", | |
"value": "disabled" | |
}, | |
{ | |
"label": "Standard", | |
"value": "standard" | |
}, | |
{ | |
"label": "Custom Icons", | |
"value": "custom" | |
} | |
], | |
"type": "select" | |
}, | |
{ | |
"id": "socializer_enable_pin", | |
"label": "Enable Pinterest for Products", | |
"type": "checkbox" | |
}, | |
{ | |
"id": "socializer_enable_fb", | |
"label": "Enable Facebook for Products", | |
"type": "checkbox" | |
}, | |
{ | |
"id": "socializer_enable_tweet", | |
"label": "Enable Twitter for Products", | |
"type": "checkbox" | |
}, | |
{ | |
"id": "socializer_enable_google", | |
"label": "Enable GooglePlus for Products", | |
"type": "checkbox" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment