Files
apple_device-management/mdm/profiles/com.apple.dashboard.yaml
T
2023-09-14 17:37:41 -04:00

41 lines
1.0 KiB
YAML

title: 'Parental Controls: Dashboard Widget Restrictions'
description: ''
payload:
payloadtype: com.apple.dashboard
supportedOS:
macOS:
introduced: '10.7'
deprecated: '10.15'
removed: '10.15'
multiple: false
devicechannel: true
userchannel: true
requiresdep: false
userapprovedmdm: false
allowmanualinstall: true
userenrollment:
mode: forbidden
content: Widget restrictions.
payloadkeys:
- key: whiteListEnabled
type: <boolean>
presence: required
content: If 'true', enables the widget allow list.
- key: WhiteList
type: <array>
presence: required
content: An array of widget item dictionaries that are allowed.
subkeys:
- key: WhiteListItem
type: <dictionary>
subkeys:
- key: Type
type: <string>
presence: required
content: The type of allow list item. Set to 'bundleID' to use a widget's bundle
ID as its main ID.
- key: ID
type: <string>
presence: required
content: The bundle ID of a widget.