Enable JsonModelPlugin by default as a test

This commit is contained in:
Lucien Greathouse
2018-01-02 15:41:10 -08:00
parent d7e2a3542c
commit 73117edbe7
3 changed files with 31 additions and 2 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "hello",
"className": "Model",
"children": [
{
"name": "Some Part",
"className": "Part",
"children": [],
"properties": {}
},
{
"name": "Some StringValue",
"className": "StringValue",
"children": [],
"properties": {
"Value": {
"type": "string",
"value": "Hello, world!"
}
}
}
],
"properties": {}
}