123456789101112131415161718192021 |
- {
- "name": "group-as-folder",
- "tree": {
- "$className": "DataModel",
- "ServerStorage": {
- "$className": "ServerStorage",
- "plugin": {
- "$path": "src"
- }
- },
- "HttpService": {
- "$className": "HttpService",
- "$properties": {
- "HttpEnabled": {
- "Type": "Bool",
- "Value": true
- }
- }
- }
- }
- }
|