タグリスト

MTBlockEditorBlockAsset

画像とファイルブロックをアイテムとして出力します。

使い方

<mt:BlockEditorBlocks name="content">
<mt:If name="type" eq="mt-image">
<mt:BlockEditorBlockAsset>
<amp-img alt="<mt:AssetLabel />"
  src="<mt:AssetUrl />"
  width="<mt:AssetProperty property="image_width" />"
  height="<mt:AssetProperty property="image_height" />"
  layout="responsive">
</amp-img>
</mt:BlockEditorBlockAsset>
<mt:Else>
<mt:Var name="__value__" />
</mt:If>
</mt:BlockEditorBlocks>
トフでもできる!?テーマ開発BOOK 動画マニュアル