base/src/sqwl/cms/datamodel.scala
changeset 27 8529ce302f7c
parent 7 50a354e5bda4
child 33 fa0f19a74283
equal deleted inserted replaced
26:4978df5ebf0a 27:8529ce302f7c
    18   def title: String
    18   def title: String
    19   def htmlContent: String
    19   def htmlContent: String
    20   def category: Option[iCategory]
    20   def category: Option[iCategory]
    21   def tags: Seq[iTag]
    21   def tags: Seq[iTag]
    22   def assets: Path
    22   def assets: Path
       
    23   def rank: Int
    23 }
    24 }
    24 
    25 
    25 trait iContent {
    26 trait iContent {
    26   def appTitle: String
    27   def appTitle: String
    27   def appTitleShort: String
    28   def appTitleShort: String