Last active
November 7, 2019 03:59
-
-
Save CarsonBain/2395937c9eb8bb3750c4ab67315cab5f to your computer and use it in GitHub Desktop.
Theme settings for Shopify personalization line items
This file contains 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
{ | |
"type": "header", | |
"content": { | |
"en": "Personalization Options" | |
} | |
}, | |
{ | |
"type": "text", | |
"id": "dropdown_name", | |
"label": "Required Dropdown Label", | |
"placeholder": "Select a colour" | |
}, | |
{ | |
"type": "text", | |
"id": "dropdown_options", | |
"label": "Required Dropdown Options", | |
"placeholder": "Blue,White,Green", | |
"info":"Add values separated by commas" | |
}, | |
{ | |
"type": "text", | |
"id": "monogram", | |
"label": "Optional Field Label" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment