FIX: Hide deprecated site settings that were missed out before (#25180)

While on a roll to deprecate TL based access site settings and replace them with group based ones, I forgot to hide some of the old ones.
This commit is contained in:
Ted Johansson 2024-01-09 10:49:36 +08:00 committed by GitHub
parent e4494b26fd
commit 2037683f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1737,6 +1737,7 @@ trust:
min_trust_to_flag_posts:
default: 1
enum: "TrustLevelSetting"
hidden: true
flag_post_allowed_groups:
default: "11"
type: group_list
@ -1757,6 +1758,7 @@ trust:
default: 0
client: true
enum: "TrustLevelSetting"
hidden: true
user_card_background_allowed_groups:
default: "10"
type: group_list
@ -1777,6 +1779,7 @@ trust:
default: 2
enum: "TrustLevelSetting"
client: true
hidden: true
ignore_allowed_groups:
default: "12"
type: group_list