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 variables

Where to edit in the backoffice?

  1. Open the Bento Menu

  2. Go to Admin section

  3. In the sidebar, click on "Unit". In the list choose your unit

  4. 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