<mt:AudioCustomFields>

This container tag iterates, or loops, over the list of custom fields associated with an audio type asset.

See mt:EntryCustomFields for more details.

<mt:AudioCustomFields>
  <ul>
    <mt:IfNonEmpty tag="CustomFieldValue">
    <li><$mt:CustomFieldName$>: <$mt:CustomFieldValue$></li>
    </mt:IfNonEmpty>
  </ul>
</mt:AudioCustomFields>

Attributes

  • exclude="TEXT1 TEXT2"

Custom field name of the field you wish to exclude from the loop.

This page was last updated on 2012-12-07, 13:36.