mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
7 lines
281 B
Ruby
7 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
|