wip: Work on layout view in editor
This commit is contained in:
parent
752dd69c50
commit
b58535b972
13 changed files with 638 additions and 172 deletions
|
@ -10,6 +10,7 @@ import {
|
|||
menuCoreSettingsStructure,
|
||||
} from './core-settings.mjs'
|
||||
import { findOption, getOptionStructure, menuDesignOptionsStructure } from './design-options.mjs'
|
||||
import { menuLayoutSettingsStructure } from './layout-settings.mjs'
|
||||
import {
|
||||
addUndoStep,
|
||||
cloneObject,
|
||||
|
@ -68,6 +69,8 @@ export {
|
|||
findOption,
|
||||
getOptionStructure,
|
||||
menuDesignOptionsStructure,
|
||||
// layout-settings.mjs
|
||||
menuLayoutSettingsStructure,
|
||||
// editor.mjs
|
||||
addUndoStep,
|
||||
cloneObject,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue