mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: box-style rendering of sub-categories
This commit is contained in:
@@ -22,7 +22,8 @@ class BasicCategorySerializer < ApplicationSerializer
|
||||
:sort_ascending,
|
||||
:show_subcategory_list,
|
||||
:num_featured_topics,
|
||||
:default_view
|
||||
:default_view,
|
||||
:subcategory_list_style
|
||||
|
||||
has_one :uploaded_logo, embed: :object, serializer: CategoryUploadSerializer
|
||||
has_one :uploaded_background, embed: :object, serializer: CategoryUploadSerializer
|
||||
|
||||
Reference in New Issue
Block a user