-
Notifications
You must be signed in to change notification settings - Fork 8
/
com.apple.systempreferences.json
31 lines (31 loc) · 1.18 KB
/
com.apple.systempreferences.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
{
"title": "com.apple.systempreferences",
"description": "Preference Domain: com.apple.systempreferences, Application: System Preferences",
"__version": "12.0",
"__feedback": "[email protected]",
"type": "object",
"options": {
"remove_empty_properties": true
},
"properties": {
"AttentionPrefBundleIDs": {
"title": "System Preferences Show Notification Badge",
"description": "If false, disables the system preferences badge from showing. Killing the dock may be required after pushing this profile.",
"propertyOrder": 10,
"anyOf": [
{
"title": "Not Configured",
"type": "null"
},
{
"title": "Configured",
"type": "boolean",
"default": true,
"options": {
"infoText": "Key: AttentionPrefBundleIDs"
}
}
]
}
}
}