document.write("
{
"code": "hello_world",
"name": "Hello World",
"version": "1.0.0",
"resourcegroup_code": "flex_helloworld",
"initialization_template": "src/templates/init.mvt",
"instance_template": "src/templates/instance.mvt",
"scripts":
[
{
"filepath": "src/js/helloworld.js",
"resource_code": "flex_helloworld",
"attributes":
[
{
"name": "type",
"value": "module"
}
]
}
],
"styles":
[
{
"filepath": "src/css/helloworld.css",
"resource_code": "flex_helloworld",
"attributes":
[
{
"name": "type",
"value": "text/css"
},
{
"name": "media",
"value": "all"
},
{
"name": "rel",
"value": "stylesheet"
}
]
}
],
"properties":
[
{
"code": "text",
"prompt": "Display Text",
"type": "text",
"default":
{
"value": "Hello World"
}
}
]
}
flex.json - Snippet hosted by \"Cacher\"
");