blob: 0abfc8bcb4d5eba68f0fd1a2194bff6754fdc942 [file] [log] [blame]
{
"name": "Asset",
"key": {
"int": 99,
"string": "asset"
},
"abstract": true,
"properties": {
"name": {
"type": "String",
"initialValue": "''",
"key": {
"int": 203,
"string": "name"
},
"description": "Name of the asset"
},
"parentId": {
"type": "Id",
"initialValue": "Core.missingId",
"key": {
"int": 209,
"string": "parentid"
},
"description": "Id of the parent asset",
"runtime": false
},
"order": {
"type": "FractionalIndex",
"initialValue": "FractionalIndex.invalid",
"key": {
"int": 205,
"string": "order"
},
"description": "Order this asset shows up in the assets panel",
"runtime": false
}
}
}