I have a text field in a collection that has comma separated entries. Example - Apple, Orange,Peach. I’m looking to make this into a list only when viewed.
-
Apple
-
Orange
-
Peach
What is the best way I can go about doing this? Using code on each page or is it possible using a data hook before a query? Thanks.