starting on page styles aka types

This commit is contained in:
2022-12-16 10:58:26 +02:00
parent 2144f8a0f6
commit c2acfacc26
4 changed files with 31 additions and 10 deletions

View File

@ -0,0 +1,8 @@
module Merged
class PageStyle < ActiveYaml::Base
set_root_path Engine.root + "config"
fields :type , :description
end
end