Creating Different Classes for Individual Dynamic List items

I am trying to add a class to an element that is a dynamic list. I know that making edits to one of the list items affects all the rest of the items in the list - however, is there a way I can opt out of this? For instance, I’d like to create different classes for each item within the list but when I create a new class it automatically gets added to every item.

Thoughts?

1 Like

Possible with custom code only.