mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-03 06:36:23 +08:00
Similar to https://github.com/discourse/discourse/pull/39475, move the settings out of Plugins and into dedicated setting categories for: * Data Explorer * Login with Amazon * Math * Post Voting * Poll
26 lines
641 B
YAML
26 lines
641 B
YAML
discourse_post_voting:
|
|
post_voting_enabled:
|
|
client: true
|
|
default: false
|
|
post_voting_undo_vote_action_window:
|
|
default: 10
|
|
post_voting_comment_enabled:
|
|
client: true
|
|
default: true
|
|
post_voting_comment_limit_per_post:
|
|
default: 10
|
|
min: 1
|
|
client: true
|
|
post_voting_comment_max_raw_length:
|
|
client: true
|
|
hidden: true
|
|
default: 600
|
|
post_voting_enable_likes_on_answers:
|
|
client: true
|
|
default: false
|
|
flag_posts_voting_comments_allowed_groups:
|
|
default: "11" # auto group trust_level_1
|
|
type: group_list
|
|
allow_any: false
|
|
refresh: true
|
|
validator: "AtLeastOneGroupValidator"
|