Besides the options mentioned in Configuring user settings, you can use the admin_setting_controlled_values option to specify a list of settings that you do not want to be overridden by users through iManage Drive preferences.
From iManage Drive 10.11.0, the default behavior of admin setting controlled values has changed such that all settings are administrator-controlled..
If all is specified, then all the settings in the admin_settings.yaml file are administrator-controlled. This means users can't make changes on the Preferences tab. Example:
admin_settings_controlled_values: - allIf none is specified, then none of the settings in the admin_settings.yaml file are administrator-controlled. This means users can make changes on the Preferences tab. Example:
admin_settings_controlled_values: - noneThe default value is all.
The following values can be controlled:
checkin_mode_new_versiondelete_documentsdelete_foldershdpi_enabledlocal_rest_service_tokenget_main_dialog_sizemain_dialog_size_without_iconsnotify_new_workspace_syncednotify_new_workspace_synced_popupnotify_on_files_changednotify_on_emails_changednotify_workspace_removednotify_workspace_removed_popupnotify_of_long_pathsprompt_for_authentication_dialogproxy_server_modeproxy_server_urlstyle_layoutui_layoutwebdav_portzoom_layout
NOTE:
The descriptions and the default values for these settings are mentioned in Configuring user settings.
For example:
admin_setting_controlled_values:- checkin_mode_new_version- delete_folders