mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:35:48 +08:00
76bc173d47
This setting will bypass poll_minimum_trust_level_to_create if set to true
17 lines
322 B
YAML
17 lines
322 B
YAML
plugins:
|
|
poll_enabled:
|
|
default: true
|
|
client: true
|
|
poll_maximum_options:
|
|
default: 20
|
|
client: true
|
|
poll_edit_window_mins:
|
|
default: 5
|
|
poll_minimum_trust_level_to_create:
|
|
default: 1
|
|
client: true
|
|
enum: 'TrustLevelSetting'
|
|
poll_allow_staff_to_create:
|
|
default: true
|
|
client: true
|