MTVideoCustomFieldName
「ビデオ」システムオブジェクトで作成したカスタムフィールドの『名前』を表示します。
- 使い方
<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>
