kode-team / easylogic.studio

Fantastic Web Design Tool
https://editor.easylogic.studio
MIT License
493 stars 54 forks source link

support dynamic menu system #168

Open easylogic opened 2 years ago

easylogic commented 2 years ago

에디터에 따라서 메뉴를 다르게 구성 할 수 있어야함.

createDesignEditor({
    menus:  {
        left: [], 
        center: [],
        right: []
     }
})

or 

editor.addMenu(new Menu({
    name: 'left',
    items: []
})