mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Finalize read only and post only categories, finished off UI work
This commit is contained in:
@@ -3,7 +3,8 @@ class SiteSerializer < ApplicationSerializer
|
||||
attributes :default_archetype,
|
||||
:notification_types,
|
||||
:post_types,
|
||||
:uncategorized_slug
|
||||
:uncategorized_slug,
|
||||
:group_names
|
||||
|
||||
|
||||
has_many :categories, serializer: BasicCategorySerializer, embed: :objects
|
||||
|
||||
Reference in New Issue
Block a user