document.write("
{
"code": "heading_text",
"prompt": "Heading Text",
"type": "text",
"textsettings": {
"fields": [
{
"code": "size",
"options": [
{
"text": "Small",
"value": "16px"
},
{
"text": "Medium",
"value": "20px"
},
{
"text": "Large",
"value": "24px"
}
],
"prompt": "Font Size",
"pseudoclasses": [
"normal",
"hover",
"focus",
"active"
],
"size": "half",
"style": "font-size",
"type": "selector"
},
{
"code": "color",
"prompt": "Font Color",
"pseudoclasses": [
"normal",
"hover",
"focus",
"active"
],
"size": "half",
"style": "color",
"type": "color"
}
]
}
}
field - Snippet hosted by \"Cacher\"
");