starting on page types, style and buttons

This commit is contained in:
2022-12-27 00:50:40 +02:00
parent 527eddb35a
commit 57fdada4fa
8 changed files with 68 additions and 23 deletions

View File

@ -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