Skip to content

Commit

Permalink
stub toolpanel item
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Aug 6, 2022
1 parent b72b310 commit c1531ca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/block-library/src/navigation/edit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,12 +723,13 @@ function Navigation( {
) }
</BlockControls>
<InspectorControls>
<ToolsPanel label={ __( 'Menu details' ) }>
<ToolsPanel label={ __( 'Menu items' ) }>
<ToolsPanelItem
hasValue={ () => true }
hasValue={ () => false }
label={ 'Some tool' }
onSelect={ () => null }
onDeselect={ () => null }
isShownByDefault={ true }
isShownByDefault={ false }
>
<p>What?</p>
</ToolsPanelItem>
Expand Down

0 comments on commit c1531ca

Please sign in to comment.