mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 17:23:44 +08:00
8 lines
281 B
Ruby
8 lines
281 B
Ruby
|
class SiteCustomizationSerializer < ApplicationSerializer
|
||
|
|
||
|
attributes :name, :enabled, :created_at, :updated_at,
|
||
|
:stylesheet, :header, :footer, :top,
|
||
|
:mobile_stylesheet, :mobile_header, :mobile_footer, :mobile_top,
|
||
|
:head_tag, :body_tag
|
||
|
end
|