mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Support for custom Privacy Policies
This commit is contained in:
@@ -5,6 +5,7 @@ class SiteSerializer < ApplicationSerializer
|
||||
:post_types,
|
||||
:uncategorized_slug
|
||||
|
||||
|
||||
has_many :categories, serializer: BasicCategorySerializer, embed: :objects
|
||||
has_many :post_action_types, embed: :objects
|
||||
has_many :trust_levels, embed: :objects
|
||||
|
||||
Reference in New Issue
Block a user