mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 16:51:25 +08:00
FEATURE: Import customizations from a JSON file
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
class SiteCustomizationSerializer < ApplicationSerializer
|
||||
|
||||
attributes :name, :enabled, :created_at, :updated_at,
|
||||
attributes :id, :name, :key, :enabled, :created_at, :updated_at,
|
||||
:stylesheet, :header, :footer, :top,
|
||||
:mobile_stylesheet, :mobile_header, :mobile_footer, :mobile_top,
|
||||
:head_tag, :body_tag
|
||||
|
Reference in New Issue
Block a user