MTBlockEditorBlockAsset
最終更新日: 2022.06.03
画像とファイルブロックをアイテムとして出力します。
- 使い方
<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>