Add template support

This commit is contained in:
2015-03-07 21:19:34 +01:00
parent c3c4c09c4a
commit 6a191e5d07
6 changed files with 9031 additions and 6 deletions
+4 -1
View File
@@ -11,8 +11,11 @@ module Cmtool
klass.property :menu_text
klass.property :title
klass.property :body
klass.property :footer
klass.property :body_template
klass.property :sidebar
klass.property :sidebar_template
klass.property :footer
klass.property :footer_template
klass.property :wysiwyg, type: :boolean, default: false
klass.property :priority, type: Float, default: 0.5
klass.property :active, type: :boolean, default: true