111 lines
2.8 KiB
JSON
Executable File
111 lines
2.8 KiB
JSON
Executable File
{
|
|
"magic": "dsg.config.meta",
|
|
"version": "1.0",
|
|
"contents": {
|
|
"canExit": {
|
|
"value": true,
|
|
"serial": 0,
|
|
"flags": ["global"],
|
|
"name": "I am name",
|
|
"name[zh_CN]": "我是名字",
|
|
"description": "I am description",
|
|
"permissions": "readwrite",
|
|
"visibility": "private"
|
|
},
|
|
"key2": {
|
|
"value": "125",
|
|
"serial": 0,
|
|
"flags": ["nooverride"],
|
|
"name": "I am name",
|
|
"name[zh_CN]": "我是名字",
|
|
"description": "I am description",
|
|
"permissions": "readwrite",
|
|
"visibility": "public"
|
|
},
|
|
"key3": {
|
|
"value": "application",
|
|
"serial": 0,
|
|
"flags": ["global"],
|
|
"name": "I am name",
|
|
"name[zh_CN]": "我是名字",
|
|
"description": "I am description",
|
|
"permissions": "readwrite",
|
|
"visibility": "public"
|
|
},
|
|
"number": {
|
|
"value": 1,
|
|
"serial": 0,
|
|
"flags": ["global"],
|
|
"name": "array value type",
|
|
"permissions": "readwrite",
|
|
"visibility": "public"
|
|
},
|
|
"numberDouble": {
|
|
"value": 1.0,
|
|
"serial": 0,
|
|
"flags": ["global"],
|
|
"name": "double value type",
|
|
"permissions": "readwrite",
|
|
"visibility": "public"
|
|
},
|
|
"array": {
|
|
"value": ["value1", "value2"],
|
|
"serial": 0,
|
|
"flags": ["global"],
|
|
"name": "array value type",
|
|
"permissions": "readwrite",
|
|
"visibility": "public"
|
|
},
|
|
"array_map": {
|
|
"value": [{"key1": "value1", "key2": "value2"}],
|
|
"serial": 0,
|
|
"flags": ["global"],
|
|
"name": "array value type",
|
|
"permissions": "readwrite",
|
|
"visibility": "public"
|
|
},
|
|
"array_map_struct": {
|
|
"value": [{"key1": {"field1": "value1"}, "key2": "value2"}],
|
|
"serial": 0,
|
|
"flags": ["global"],
|
|
"name": "array value type",
|
|
"permissions": "readwrite",
|
|
"visibility": "public"
|
|
},
|
|
"map": {
|
|
"value": {"key1": "value1", "key2": "value2"},
|
|
"serial": 0,
|
|
"flags": ["global"],
|
|
"name": "array value type",
|
|
"permissions": "readwrite",
|
|
"visibility": "public"
|
|
},
|
|
"map_array": {
|
|
"value": {"key1": ["value1"], "key2": ["value2"]},
|
|
"serial": 0,
|
|
"flags": ["global"],
|
|
"name": "array value type",
|
|
"permissions": "readwrite",
|
|
"visibility": "public"
|
|
},
|
|
"struct": {
|
|
"value": {"key1": "value1", "key2": "value2"},
|
|
"serial": 0,
|
|
"flags": ["global"],
|
|
"name": "array value type",
|
|
"permissions": "readwrite",
|
|
"visibility": "public"
|
|
},
|
|
"publicConfig": {
|
|
"value": true,
|
|
"serial": 0,
|
|
"flags": ["user-public"],
|
|
"name": "public configure",
|
|
"name[zh_CN]": "我是公开的配置",
|
|
"description": "I am public configure",
|
|
"permissions": "readwrite",
|
|
"visibility": "private"
|
|
}
|
|
}
|
|
}
|