Resolve schema entry name inside the Squidex content UI

I have…

  • Read the following guideline: Troubleshooting and Support | Squidex. I understand that my support request might get deleted if I do not follow the guideline.
  • Used code blocks with ``` to format my code examples like JSON or logs properly.

Hi there!

I’m testing out Squidex and it’s great so far.

Is there a way to resolve references in the Squidex UI of a schema content list?

I would like to display the names of the authors, but they aren’t strings, but references to the author schema. Is there a way to tell Squidex how to resolve their name? I tried setting up the reference fields, but it doesn’t seem to work.

Thanks!

Just read Reference Field not showing.

Forgot to say that I’m asking for the case that there would be multiple authors. I saw and I understand that max items must be set to 1 in order to “resolve reference”, but there’s really no way to display the list of authors in the contents list if the field has more than one reference?