mirror of
https://github.com/discourse/discourse.git
synced 2025-04-15 09:30:50 +08:00
FIX: use enum values for trust level settings
This commit is contained in:
parent
916ba945fe
commit
ac051d70ef
@ -409,6 +409,7 @@ users:
|
||||
client: true
|
||||
anonymous_posting_min_trust_level:
|
||||
default: 1
|
||||
enum: 'TrustLevelSetting'
|
||||
client: true
|
||||
anonymous_account_duration_minutes:
|
||||
default: 10080
|
||||
@ -1383,6 +1384,7 @@ user_api:
|
||||
hidden: true
|
||||
min_trust_level_for_user_api_key:
|
||||
default: 1
|
||||
enum: 'TrustLevelSetting'
|
||||
allowed_user_api_push_urls:
|
||||
default: ''
|
||||
type: list
|
||||
|
Loading…
x
Reference in New Issue
Block a user