Skip to content

Instantly share code, notes, and snippets.

@katyayu
Last active October 13, 2017 14:03
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 katyayu/decebdfa9601f97bc918b81c5350babe to your computer and use it in GitHub Desktop.
Save katyayu/decebdfa9601f97bc918b81c5350babe to your computer and use it in GitHub Desktop.
{
"name": "Product badge",
"settings": [
{
"type": "checkbox",
"id": "badge_toggle",
"label": "Show badge on product"
},
{
"type": "text",
"id": "new_products_period",
"label": "'New' products marker",
"info": "Number of days for which the product is considered as \"New\""
},
{
"type": "radio",
"id": "sale_type",
"options": [
{
"value": "text",
"label": "Text"
},
{
"value": "percent",
"label": "Percent"
}
],
"label": "'Sale' marker type"
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment