MTImageCustomFieldDescription
「画像」システムオブジェクトで作成したカスタムフィールドの『説明』を表示します。
- 使い方
 
<mt:Assets>
<div class="item" id="<$mt:AssetID$>">
  <a class="asset-image" href="<$mt:AssetURL$>"><img src="<$mt:AssetThumbnailURL height="70"$>" class="asset-img-thumb" alt="<$mt:AssetLabel$>" title="<$mt:AssetLabel$>" /></a>
  <dl>
  <mt:ImageCustomFields>
    <dt><$mt:ImageCustomFieldName$>: <$mt:ImageCustomFieldValue$></dt>
    <dd><$mt:ImageCustomFieldDescription$></dd>
  </mt:ImageCustomFields>
  </dl>
</div>
</mt:Assets>