Params
permalink
(String) - The permalink of theObj
.
Returns
Returns the specified Obj
, or null
if no CMS object with the given permalink
exists.
Retrieves the Obj
specified by its permalink
.
blog = Scrivito.Obj.getByPermalink("blog");
console.log(blog.get("title"));
Params
permalink
(String) - The permalink of the Obj
.Returns
Returns the specified Obj
, or null
if no CMS object with the given permalink
exists.