Parental Control Dashboard Payload

Template

The Parental Control Dashboard payload is used to define a white list of dashboard widgets.

Summary

PayloadType:com.apple.dashboard
Supervised Only:
 N/A
macOS:N/A
macOS Deprecated:
 N/A
iOS:N/A
iOS Deprecated:N/A
Highlander:N/A

Keys

whiteListEnabled

Enable dashboard widget whitelist

Required. Set to true to enable the widget white list items.

Type Default Required Regex iOS macOS Supervised
boolean N/A N/A N/A N/A N/A N/A

whiteList

Dashboard widget whitelist

Required. List that defines Dashboard widgets.

Type Default Required Regex iOS macOS Supervised
array N/A always N/A N/A N/A N/A

Each whitelist item can contain the following keys:

Type

Entry Type

Required. Set to “bundleID” to use a widget’s bundle ID as its ID.

Type Default Required Regex iOS macOS Supervised
string N/A always N/A N/A N/A N/A

ID

Widget bundle ID

Required. The bundle ID of a widget.

Type Default Required Regex iOS macOS Supervised
string N/A always N/A N/A N/A N/A