discourse/plugins/discourse-post-voting/config/settings.yml
Martin Brennan cd387b4e4d
UX: Move more plugin settings out of Plugin category (#39476)
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
2026-04-23 15:17:00 +10:00

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"