-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.apple.systemuiserver.json
42 lines (41 loc) · 1.18 KB
/
com.apple.systemuiserver.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"title": "com.apple.systemuiserver",
"description": "Preference Domain: com.apple.systemuiserver - Control Menu Extras",
"__version": "1.0",
"__feedback": "[email protected]",
"type": "object",
"options": {
"remove_empty_properties": true
},
"definitions": {
"policy_group": {
"type": "object",
"format": "grid",
"options": {
"collapsed": true,
"disable_properties": true
}
}
},
"properties": {
"menuExtras": {
"title": "Menu Extras",
"description": "Paths to Menu Extras. Ex. '/System/Library/CoreServices/Menu Extras/VPN.menu'",
"propertyOrder": 10,
"anyOf": [
{"type": "null", "title": "Not Configured"},
{
"title": "Configured",
"type": "array",
"items": {
"type": "string",
"title": "Menu Item Path"
}
}
],
"options": {
"infoText": "Key: menuExtras"
}
}
}
}