FIX: Hide deprecated site setting that was missed out (#25220)
In the heat of converting TL based access settings to groups, the now deprecated setting was left visible. This PR hides it.
This commit is contained in:
parent
08d641d932
commit
cabbc3899f
|
@ -3018,6 +3018,7 @@ tags:
|
|||
min_trust_to_create_tag:
|
||||
default: "3"
|
||||
enum: "TrustLevelAndStaffSetting"
|
||||
hidden: true
|
||||
create_tag_allowed_groups:
|
||||
default: "1|3|13"
|
||||
type: group_list
|
||||
|
|
Loading…
Reference in New Issue