mirror of
https://ghfast.top/https://github.com/discourse/discourse-category-experts.git
synced 2026-07-15 11:36:31 +08:00
When TOPIC_NEEDS_EXPERT_POST_APPROVAL was changed to an integer, it broke some functionality. This commit removes code that was relying on this field being a boolean without fixing the functionality. Marking the tests as pending and hiding the corresponding site setting until a real fix can be made. --------- Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
37 lines
1,019 B
YAML
37 lines
1,019 B
YAML
discourse_category_experts:
|
|
enable_category_experts:
|
|
default: true
|
|
client: true
|
|
first_post_can_be_considered_expert_post:
|
|
default: false
|
|
show_category_expert_advanced_search_filters:
|
|
default: true
|
|
client: true
|
|
category_expert_suggestion_threshold:
|
|
default: 3
|
|
min: 1
|
|
category_experts_posts_require_approval:
|
|
default: false
|
|
client: true
|
|
send_category_experts_reminder_pms:
|
|
hidden: true
|
|
default: false
|
|
send_admin_category_experts_posts_reminder_pm:
|
|
default: false
|
|
approve_past_posts_on_becoming_category_expert:
|
|
default: false
|
|
category_experts_topic_list_link_to_posts:
|
|
default: false
|
|
client: true
|
|
max_category_expert_endorsements_per_day:
|
|
default: 1
|
|
min: 1
|
|
tl2_additional_category_expert_endorsements_per_day_multiplier:
|
|
default: 2
|
|
min: 1
|
|
tl3_additional_category_expert_endorsements_per_day_multiplier:
|
|
default: 2
|
|
min: 1
|
|
tl4_additional_category_expert_endorsements_per_day_multiplier:
|
|
default: 3
|
|
min: 1
|