starting on page types, style and buttons
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
module Merged
|
||||
class PageStyle < Style
|
||||
fields :type , :description
|
||||
fields :type , :description , :section_template
|
||||
|
||||
def section_preview
|
||||
"merged/section_preview/" + section_template
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user