Description
The uniquely identifiable URL slug of the livepage. To generate the full URL of a page, you can use:
Rebar Syntax:
{{project.rootUrl}}
/{{livepage.slug}}
Javascript Syntax:
window.GEVME.project.rootURL + "/" + window.GEVME.livepage.slug
JS Syntax
window.GEVME.slug
Rebar Syntax
{{slug}}
Type
String