Using enum in infolists

Hey is it possible to use Enums in an infolists to show the label I defined there?

Can't find anything about it in the docs.
Solution
you should be able to use the ->label()method with your enum's label.. so, yes
Was this page helpful?