Can I see relationships in the list view in KeystoneJS?

Viewed 156

In my KeystoneJS (v4) setup I have the following lists:

  • Stores
  • Product Categories
  • Tags

The stores can have categories associated with them.

If I open up a category I can see it's Relationships (stores that use a certain category).

enter image description here

But, is it possible to see these relationships in the list layout as well? Not seeing it in the docs...

enter image description here

1 Answers

Adding the relationship to the column is not possible.

Related