Skip to content

Instantly share code, notes, and snippets.

@omeome762
Created April 2, 2017 08:48
Show Gist options
  • Save omeome762/4eb642299e9e78a9ac6cee6a8304600b to your computer and use it in GitHub Desktop.
Save omeome762/4eb642299e9e78a9ac6cee6a8304600b to your computer and use it in GitHub Desktop.
Notification_PopUp_settings
{
"name": "Notification Pop up",
"settings": [
{
"type": "header",
"content": "Notification pop up setting"
},
{
"type": "checkbox",
"id": "popup_enable",
"label": "Enable Notification Pop up"
},
{
"type": "checkbox",
"id": "popup_ago_custom_time",
"label": "Enable Time Ago"
},
{
"type": "checkbox",
"id": "popup_disable_mobile",
"label": "Disable Pop up on mobile"
},
{
"type": "collection",
"id": "popup_randomly_collection",
"label": "Collection"
},
{
"type": "textarea",
"id": "buttom_message",
"label": "Change the message"
},
{
"type": "color",
"id": "popup_message",
"label": "Message Color"
},
{
"type": "color",
"id": "popup_product_title_olor",
"label": "Product Title Color"
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment