Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

@burger-editor/legacy

BurgerEditor v3までのブロックとアイテム(旧名:タイプ)のHTMLテンプレートを参照できるパッケージ。

import { blocks, items } from '@burger-editor/legacy/v3';

// 中身はHTML文字列
blocks; // { [blockName: string]: string }
items; // { [exTypeName: string]: string }