Skip to content

Commit

Permalink
Hide 'Advanced' options by default. (#6038)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyCooper authored and gziolo committed Apr 9, 2018
1 parent 268af89 commit 1dd320d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/components/block-inspector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const BlockInspector = ( { selectedBlock, count } ) => {
<PanelBody
className="editor-block-inspector__advanced"
title={ __( 'Advanced' ) }
initialOpen={ false }
>
{ fills }
</PanelBody>
Expand Down

0 comments on commit 1dd320d

Please sign in to comment.