Unit variables
Settings are key / value defined at unit level. All websites linked to this specific unit will have access to it.
If instead you need a variable for the whole platform, please have a look at Platform Variables
Platform variablesWhere to edit in the backoffice?
These settings can only be defined in the backoffice by admins.

Open the Bento Menu
Go to Admin section
In the sidebar, click on "Unit". In the list choose your unit
Go to the tab Settings
Syntax to access in the code
Syntax example {{website.unit.settings-KEY}}
and replace KEY
by the key
In the screenshot above we would have this
{{website.unit.settings-MY_KEY}} // value
Last updated