Skip to content

Instantly share code, notes, and snippets.

@tamshow
tamshow / imgの呼び出し
Created December 7, 2018 01:43
a-blog cms カスタムフィールドのHTML部分をインクルード化するサンプル
@include("/include/field-parts/template/img.html", {"field":"hoge"})
<input type="hidden" name="field[]" value="hoge">
<input type="hidden" name="hoge:extension" value="image">
<input type="hidden" name="hoge@size" value="1400">
<input type="hidden" name="hoge@filename" value="">