✨Toggle display of the user email in the header (#336)
This commit is contained in:
@@ -136,6 +136,7 @@
|
||||
"featureSharedDrive": "ENABLE_FEATURE_SHARED_DRIVE",
|
||||
"rootAdmins": "DRIVE_ROOT_ADMINS",
|
||||
"defaultLanguage": "DRIVE_DEFAULT_LANGUAGE",
|
||||
"featureSearchUsers": "ENABLE_FEATURE_SEARCH_USERS"
|
||||
"featureSearchUsers": "ENABLE_FEATURE_SEARCH_USERS",
|
||||
"featureDisplayEmail": "ENABLE_FEATURE_DISPLAY_EMAIL"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,7 +136,8 @@
|
||||
},
|
||||
"drive": {
|
||||
"featureSharedDrive": true,
|
||||
"featureSearchUsers": true
|
||||
"featureSearchUsers": true,
|
||||
"featureDisplayEmail": true
|
||||
},
|
||||
"applications": {
|
||||
"grid": [
|
||||
|
||||
Reference in New Issue
Block a user