Support whitelisting/blacklisting widgets for OpenID
This commit is contained in:
@@ -340,6 +340,13 @@ export const SETTINGS = {
|
||||
displayName: _td('Show developer tools'),
|
||||
default: false,
|
||||
},
|
||||
"widgetOpenIDPermissions": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
|
||||
default: {
|
||||
whitelisted: [],
|
||||
blacklisted: [],
|
||||
},
|
||||
},
|
||||
"RoomList.orderByImportance": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td('Order rooms in the room list by most important first instead of most recent'),
|
||||
|
||||
Reference in New Issue
Block a user