Skip to content

Instantly share code, notes, and snippets.

@katyayu
Last active Oct 13, 2017
Embed
What would you like to do?
{
"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