Hwaro::Models::MenuItemConfig
Inherits Reference / Object
A single [[menus.<name>]] entry from config. name is the only
required field (entries missing it are skipped with a warning by the
loader); everything else defaults so [[menus.main]]\nname = "Posts"
is valid on its own.
Constructors
new(name : String, url : String = "", identifier : String | Nil = nil, parent : String | Nil = nil, weight : Int32 = 0)
SourceInstance methods
identifier
Sourceidentifier=(identifier : String)
Sourcename
Sourcename=(name : String)
Sourceparent
Sourceparent=(parent : String | Nil)
Sourceurl
Sourceurl=(url : String)
Sourceweight
Sourceweight=(weight : Int32)
Source