Managing lookup tables

Creating a lookup table

  1. Navigate to the "Content" section in the main menu.

  2. Select "Lookup Tables" from the dropdown options.

  3. 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 a new lookup table.

Creating an item in a table

  1. Click on the table you've created

  2. From the context menu that pops up, select "View"

Using the Text editor to create a Lookup Table item using JSON syntax.

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.

Using the UI editor to construct a Lookup Table item.

Last updated

Was this helpful?