document.write("
{
"code": "hello_world",
"name": "Hello World",
"version": "1.0.0",
"category": "image",
"resourcegroup_code": "flex_helloworld",
"properties": [
{
"code": "checkbox1",
"prompt": "Display Checkbox 1",
"type": "checkbox"
},
{
"code": "checkbox2",
"prompt": "Display Checkbox 2",
"type": "checkbox"
}
],
"advanced_properties": [
{
"code": "select1",
"prompt": "Advanced Select 1",
"type": "select",
"options": [
{
"text": "Option 1",
"value": "option_1"
},
{
"text": "Option 2",
"value": "option_2"
},
{
"text": "Option 3",
"value": "option_3"
}
]
}
],
"defaults": {
"advanced": {
"select1": {
"value": "option_2"
}
},
"checkbox1": {
"value": true
},
"checkbox2": {
"value": false
}
}
}
flex.json - Snippet hosted by \"Cacher\"
");