Hi
Is there a way to dynamically populate a unordered list based on metadata?
example: default format (search asset or asset Listing page)
<li>%asset_metadata_discipline_value%</li> or <li>%asset_metadata_discipline_key%</li>
The only problem is I only want this be added once i.e if there's multiple assets tagged "education" I only want education added once to the list.
Reason:
The list is based on many disciplines and I don't want to show any list items that haven't been tagged
functionality:
I have a filtered dropdown that filters assets using MixItUp plugin. I know I can hard code the list but for maintanence sake it would be great for it to be dynamic based on tagged assets (profiles).
assets: search asset, asset listing page (testing), MixItUp plugin, metadata schema and standard pages, paint layout