<mt:FolderCustomFields>

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

See mt:EntryCustomFields for more details.

<mt:Folders>
    <mt:FolderCustomFields>
        <$mt:CustomFieldName$>
    </mt:FolderCustomFields>
</mt:Folders>

Attributes

exclude

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

<mt:FolderCustomFields exclude="Foo Field">
    <$mt:CustomFieldName$>
</mt:FolderCustomFields>

Examples

See mt:EntryCustomFields for more examples.

This page was last updated on 2009-07-02, 15:04.