classfantomato::PageSettings

sys::Obj
  fantomato::PageSettings

@Serializable

PageSettings

author

@Setting { help=[" Who last edited the page"] }
Str author := "admin"

commentsEnabled

@Setting { help=... }
Bool commentsEnabled := true

loadFor

static PageSettings loadFor(Str ns, Str page)

make

new make(|This f)

page

@Setting { help=... }
Str page := "page.html"

saveFor

Void saveFor(Str ns, Str page)

tags

@Setting { help=["Tags for this page"] }
Str[] tags := Str[,]

variables

@Setting { help=... }
Str:Str variables := [Str:Str][:]