diff options
Diffstat (limited to 'config/config.sample.php')
-rw-r--r-- | config/config.sample.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 13a4d99f1e3..280334477a6 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1353,6 +1353,7 @@ $CONFIG = [ * Sort groups in the user settings by name instead of the user count * * By enabling this the user count beside the group name is disabled as well. + * @deprecated since Nextcloud 29 - Use the frontend instead or set the app config value `group.sortBy` for `core` to `2` */ 'sort_groups_by_name' => false, |