mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 19:34:09 +08:00
4459665dee
Co-authored-by: Guo Xiang Tan <tgx_world@hotmail.com>
17 lines
292 B
YAML
17 lines
292 B
YAML
plugins:
|
|
poll_enabled:
|
|
default: true
|
|
client: true
|
|
poll_maximum_options:
|
|
default: 20
|
|
min: 2
|
|
max: 100
|
|
client: true
|
|
poll_edit_window_mins:
|
|
default: 5
|
|
min: 0
|
|
poll_minimum_trust_level_to_create:
|
|
default: 1
|
|
client: true
|
|
enum: 'TrustLevelSetting'
|