Files
deployd/test-app/recursive/settings.json
2012-07-26 15:50:01 -07:00

16 lines
330 B
JSON

{
"path": "/recursive",
"order": 5,
"properties": {
"name": {
"required": false,
"type": "string",
"typeLabel": "string",
"id": "name"
}
},
"typeLabel": "Collection",
"type": "Collection",
"$renameFrom": "/recursive",
"onGet": "dpd.recursive.get(function(result, err) {\r\n this.more = result;\r\n});"
}