mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 17:53:55 +08:00
These changes don't need to show the scary warning to admins when they become stable, as they are still optional features even when the upcoming change is gone
67 lines
1.7 KiB
YAML
Executable file
Vendored
67 lines
1.7 KiB
YAML
Executable file
Vendored
discourse_topic_voting:
|
|
topic_voting_enabled:
|
|
default: true
|
|
client: true
|
|
topic_voting_enable_vote_limits:
|
|
default: true
|
|
client: true
|
|
topic_voting_show_who_voted:
|
|
default: true
|
|
client: true
|
|
topic_voting_show_votes_on_profile:
|
|
default: true
|
|
client: true
|
|
topic_voting_alert_votes_left:
|
|
default: 1
|
|
min: 0
|
|
depends_on:
|
|
- "topic_voting_enable_vote_limits"
|
|
depends_behavior: "hidden"
|
|
topic_voting_tl0_vote_limit:
|
|
default: 2
|
|
min: 0
|
|
depends_on:
|
|
- "topic_voting_enable_vote_limits"
|
|
depends_behavior: "hidden"
|
|
topic_voting_tl1_vote_limit:
|
|
default: 4
|
|
min: 0
|
|
depends_on:
|
|
- "topic_voting_enable_vote_limits"
|
|
depends_behavior: "hidden"
|
|
topic_voting_tl2_vote_limit:
|
|
default: 6
|
|
min: 0
|
|
depends_on:
|
|
- "topic_voting_enable_vote_limits"
|
|
depends_behavior: "hidden"
|
|
topic_voting_tl3_vote_limit:
|
|
default: 8
|
|
min: 0
|
|
depends_on:
|
|
- "topic_voting_enable_vote_limits"
|
|
depends_behavior: "hidden"
|
|
topic_voting_tl4_vote_limit:
|
|
default: 10
|
|
min: 0
|
|
depends_on:
|
|
- "topic_voting_enable_vote_limits"
|
|
depends_behavior: "hidden"
|
|
enable_ideas_category_type_setup:
|
|
default: false
|
|
hidden: true
|
|
client: true
|
|
upcoming_change:
|
|
status: "stable"
|
|
impact: "feature,staff"
|
|
learn_more_url: "https://meta.discourse.org/t/-/399365"
|
|
requires_plugin_enabled: false
|
|
enable_topic_voting_badges:
|
|
default: false
|
|
hidden: true
|
|
client: true
|
|
upcoming_change:
|
|
status: "alpha"
|
|
impact: "site_setting_default,all_members"
|
|
learn_more_url: "https://meta.discourse.org/t/-/401731"
|
|
permanent_warning: false
|