Support a setting for allowed widgets
Hooking this setting up is left as a problem for a different issue.
This commit is contained in:
@@ -283,6 +283,10 @@ export const SETTINGS = {
|
||||
supportedLevels: ['account'],
|
||||
default: true,
|
||||
},
|
||||
"allowedWidgets": {
|
||||
supportedLevels: ['room-account'],
|
||||
default: {}, // none allowed
|
||||
},
|
||||
"analyticsOptIn": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||
displayName: _td('Send analytics data'),
|
||||
|
||||
Reference in New Issue
Block a user