feat(shared): work on v3 design options menu
This commit is contained in:
parent
44bbd4b4a2
commit
262084150e
4 changed files with 96 additions and 69 deletions
|
@ -136,7 +136,7 @@ export const DraftMenu = (props) => {
|
|||
|
||||
return (
|
||||
<nav className="grow mb-12">
|
||||
<DesignOptions {...props} />
|
||||
<DesignOptions {...{ design, update, settings, patternConfig }} />
|
||||
<CoreSettings {...{ design, update, settings, patternConfig }} />
|
||||
{ui.renderer === 'react' ? <XrayMenu {...props} /> : null}
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue