mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 10:41:45 +08:00
530d9ab071
eslint --fix is capable of fix it automatically for you, ensure prettier is run after eslint as eslint --fix could leave the code in an invalid prettier state.
25 lines
457 B
YAML
25 lines
457 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"
|
|
poll_groupable_user_fields:
|
|
default: ""
|
|
type: list
|
|
client: true
|
|
poll_export_data_explorer_query_id:
|
|
default: -16
|
|
min: -9999
|
|
client: true
|