Skip to content

Commit

Permalink
Added description for the Link Settings Description textarea on the N…
Browse files Browse the repository at this point in the history
…avigation Link Block settings (#19508)

Description was taken from the existing Appearance -> Menu -> Menu Item Description.
  • Loading branch information
jeryj authored and obenland committed Jan 9, 2020
1 parent 416f1c5 commit e026b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/navigation-link/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ function NavigationLinkEdit( {
setAttributes( { description: descriptionValue } );
} }
label={ __( 'Description' ) }
help={ __( 'The description will be displayed in the menu if the current theme supports it.' ) }
/>
</PanelBody>
<PanelBody
Expand Down

0 comments on commit e026b4b

Please sign in to comment.