Skip to content

Commit 1224613

Browse files
authored
docs: Add missing notification keys (#832)
Sounds Enabled and Alert Type were missing, and although there's probably no MDM using the 'spec' order, re-ordered for easier maintenance if you're diff'ing the mdm/profiles/com.apple.notificationsettings.yaml in github.com/apple/device-management The 'Banner' designation for Alert Type matches what's in the GUI and maps to integer 1 (==Temporary) but Apple has a discrepancy with what you see in the DDM-applied MDM profile vs the Notifications GUI config interface in System Settings as of a bit ago
1 parent 832278d commit 1224613

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/docs/deployment/profile-notifications.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,19 @@ You will need the following information to configure this profile:
2828

2929
- Notifications Enabled: True
3030

31+
- Show In Notification Center: True
32+
33+
- Show In Lock Screen: True
34+
35+
- Alert Type: Temporary
36+
3137
- Badges Enabled: True
3238

39+
- Sounds Enabled: False
40+
3341
- Critical Alert Enabled: True
3442

35-
- Show In Notification Center: True
3643

37-
- Show In Lock Screen: False
3844

3945
## Example profile
4046

0 commit comments

Comments
 (0)