Managing lookup tables
Creating a lookup table
Navigate to the "Content" section in the main menu.
Select "Lookup Tables" from the dropdown options.
Click Create
You'll be asked to put in a Name and a Slug. The Slug is used to reference this table and may only contain alphanumeric characters.

Creating an item in a table
Click on the table you've created
From the context menu that pops up, select "View"

Each item in a table is essentially a JSON document. This means you can build up a tree-structure of keys and values, where the values can be text, numbers, booleans, arrays or objects themselves. You can either enter a JSON document directly, using JSON syntax or you can use a UI editor to construct the JSON document.

Last updated
Was this helpful?