Add section area color and demo menu export
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Suppliers::SectionAreaSerializer
|
||||
include Qwaiter::SupplierBaseSerializer
|
||||
attributes :title, :width, :height, :position_x, :position_y, :rounded
|
||||
attributes :title, :width, :height, :position_x, :position_y, :rounded, :color
|
||||
has_one :section, serializer: Suppliers::SectionSerializer
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user