Structure field table view format select values

Hi,

i am having a structure with e.g.

  • title
  • text
  • select

Where the select values are 1, 2, 3, 4, 5 which will represent different statuses.

In the table view, I would like not to output the value, but e.g. string/language… let’s say:

0 = new
1 = in progress
2 = completed

So instead of showing the actual value, it should output a string that correlates to the value.

Easiest option, use the strings as values. Second option: Create a custom structure field preview

Thanks for your suggestions. I have found another one…

I have just added a page Model which will then be used in my blueprint…