View variable values in production

If you want to fiddle with the dev console you can try this:
wwLib.wwVariable.getValue('your variable uuid').
You can find the uuid at the bottom of the variable panel.
image

If the variable is saved in the localstorage you should be able to find it in the “application” panel, under “localstorage”. > “https://editor.weweb.io/”. The name should be like “variable-uuid”.

1 Like