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