discourse/plugins/poll/config/settings.yml
Joffrey JAFFEUX 530d9ab071
DEV: enforces eslint’s curly rule to the codebase (#10720)
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.
2020-09-22 16:28:28 +02:00

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