mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Introduce an optimized style for category page (#29239)
The new style is called `categories_only_optimized` and it is designed to show only the parent categories, without any subcategories. This works best for communities with many categories (over a thousand).
This commit is contained in:
@@ -2513,6 +2513,7 @@ en:
|
||||
|
||||
category_page_style:
|
||||
categories_only: "Categories Only"
|
||||
categories_only_optimized: "Categories Only (Optimized)"
|
||||
categories_with_featured_topics: "Categories with Featured Topics"
|
||||
categories_and_latest_topics: "Categories and Latest Topics"
|
||||
categories_and_latest_topics_created_date: "Categories and Latest Topics (sort by topic created date)"
|
||||
|
||||
Reference in New Issue
Block a user