mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00:00
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'
|