Skip to content

Instantly share code, notes, and snippets.

@uasouz
Created July 5, 2020 19:39
Show Gist options
  • Save uasouz/d39bf50122de91b31c9bdc9b28d5c930 to your computer and use it in GitHub Desktop.
Save uasouz/d39bf50122de91b31c9bdc9b28d5c930 to your computer and use it in GitHub Desktop.
A page generated with reForge
{
"name": "My First Page",
"parameters": [],
"version": 1,
"children": [
{
"name": "Widget",
"description": {
"comment": "Aqui vai alguma descrição"
},
"parameters": [
{
"name": "testA",
"type": "String"
},
{
"name": "testB",
"type": "String",
"description": {
"comment": "Inner parameter description test"
}
},
{
"name": "Version 2",
"type": "String"
}
],
"version": 2,
"actions": {}
},
{
"children": [
{
"name": "row Item test",
"parameters": [],
"version": 1,
"actions": {}
},
{
"name": "second child",
"description": {
"comment": "with a cool description"
},
"parameters": [],
"version": 1,
"actions": {}
},
{
"children": [
{
"name": "inside another row",
"description": {
"comment": "with a nice descriptions"
},
"parameters": [],
"version": 1,
"actions": {}
}
],
"name": "another Row",
"parameters": [],
"version": 1,
"actions": {}
}
],
"name": "Row",
"description": {
"comment": "This is a row"
},
"parameters": [
{
"name": "width",
"type": "Float"
}
],
"version": 1,
"actions": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment