MTVideoCustomFieldValue
「ビデオ」システムオブジェクトで作成したカスタムフィールドに入力した値を表示します。
- 使い方
<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>