NumberedListType and ListType are keywords used to transform CSV values into HTML lists without using a template.
Use the NumberedListType keyword to transform comma-separated values (csv) into an HTML numbered list. This can be used with or without a template. Compatible to use with a categoryFilter, csvFilterAnd or csvFilterOr.
NumberedListType items can quickly be sorted using the Ascending (asc) or descending (desc) parameters.
Sort your list using the "asc" or "desc" parameter
You can further enhance your list by sorting them in ascending asc (a => z , 1 => 9) or descending manner desc (z => a, 9 => 1) using this format:
• listType(asc)
or
• numberedListType(desc)
You can use this keyword in the: