The payload that configures allowed dashboard widgets.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
whiteListEnabled whiteListEnabled Deprecated (macOS 10.15) If `true`, enables the widget allow list. | boolean | required | — | ✓Yes | macOS (10.7 - 10.15) |
WhiteList WhiteList Deprecated (macOS 10.15) An array of widget item dictionaries that are allowed. 1 subkey | array | required | — | ✓Yes | macOS (10.7 - 10.15) |
└─ WhiteListItem WhiteListItem Deprecated (macOS 10.15) The widget item dictionary. 2 subkeys | dictionary | — | ✓Yes | macOS (10.7 - 10.15) | |
└─ └─ Type Type Deprecated (macOS 10.15) The type of allow list item. Set to `bundleID` to use a widget's bundle ID as its main ID. | string | required | — | ✓Yes | macOS (10.7 - 10.15) |
└─ └─ ID ID Deprecated (macOS 10.15) The bundle ID of a widget. | string | required | — | ✓Yes | macOS (10.7 - 10.15) |