Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CarsonBain/2395937c9eb8bb3750c4ab67315cab5f to your computer and use it in GitHub Desktop.
Save CarsonBain/2395937c9eb8bb3750c4ab67315cab5f to your computer and use it in GitHub Desktop.
Theme settings for Shopify personalization line items
{
"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