widgets

Description
List settings on current LivePage for all widgets that are enabled. Array contains information about the following widgets with the corresponding array index: 0 - LiveBar 1 - Header 2 - Menus
JS Syntax
window.GEVME.widgets
Rebar Syntax
{{widgets}}
Type
Array of Objects
💡
Easiest way to learn about the options available under widgets is to inspect the object window.GEVME.widgets in the browser console. All available variables can then be accessed through Rebar as Merge Tags as well. For eg, window.GEVME.widgets[1].enabled can be accessed through Rebar as {{widgets.1.enabled}}