[MovableType]BlockEditorBlocks基本
<mt:EntryFlag flag="convert_breaks" setvar="entry_flag"> <mt:If name="entry_flag" eq="block_editor"> <mt:SetVarBlock name="_block_editor"><mt:EntryBody convert_breaks="0"><mt:EntryMore convert_breaks="0"></mt:SetVarBlock> <mt:BlockEditorBlocks name="_block_editor"> <mt:If name="type" eq="custom-title"> //処理 <mt:ElseIf name="type" eq="custom-h4"> //処理 </mt:If> </mt:BlockEditorBlocks> <mt:Else> <mt:EntryBody> <mt:EntryMore> </mt:If>