Skip to content

Commit

Permalink
Add missing heading levels to the UI (H4, H5, H6) (#17533)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Sep 25, 2019
1 parent ae6d2ce commit 1c9b133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/heading/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const HeadingEdit = ( {
<BlockControls>
<HeadingToolbar
minLevel={ 2 }
maxLevel={ 5 }
maxLevel={ 7 }
selectedLevel={ attributes.level }
onChange={ ( newLevel ) => setAttributes( { level: newLevel } ) }
/>
Expand Down

0 comments on commit 1c9b133

Please sign in to comment.