MTAudioCustomFields
「オーディオ」システムオブジェクトで作成したカスタムフィールドを一覧で表示するブロックタグです。作成したすべてのカスタムフィールドを表示します。include モディファイアでは、指定したカスタムフィールドのみを表示します。exclude モディファイアに名前を指定したカスタムフィールドは表示しません。特定のカスタムフィールドだけを表示したいときは、個別のテンプレートタグを使用してください。
- 使い方
<mt:Assets type="audio">
<mt:AssetsHeader>
<dl>
</mt:AssetsHeader>
<dt><a href="<$mt:AssetURL$>"><$mt:AssetLabel$></a></dt>
<dd>
<$mt:AssetDescription$>
<dl>
<mt:AudioCustomFields>
<dt><$mt:AudioCustomFieldName$>: <$mt:AudioCustomFieldValue$></dt>
<dd><$mt:AudioCustomFieldDescription$></dd>
</mt:AudioCustomFields>
</dl>
</dd>
<mt:AssetsFooter>
</dl>
</mt:AssetsFooter>
</mt:Assets>
モディファイア
- include="カスタムフィールドの名前"
指定した名前のカスタムフィールドの情報を表示します。
- exclude="カスタムフィールドの名前"
指定した名前のカスタムフィールドの情報を対象から除外します。