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
Jump to solution
2 Replies
Solution
Jordy
Jordy17mo ago
you should be able to use the ->label()method with your enum's label.. so, yes
GwnMik02
GwnMik02OP17mo ago
Ah yes thanks

Did you find this page helpful?