From fc30c26b69219e0b1cc82e50c63b76d495497b85 Mon Sep 17 00:00:00 2001 From: apeatling Date: Mon, 27 Jan 2020 10:37:10 -0800 Subject: [PATCH] Navigation Block: Move the link description panel below the SEO panel because this is likely to be used signficantly less than the SEO panel. --- .../block-library/src/navigation-link/edit.js | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/block-library/src/navigation-link/edit.js b/packages/block-library/src/navigation-link/edit.js index b24bc26857b1ae..9c58b743c003ab 100644 --- a/packages/block-library/src/navigation-link/edit.js +++ b/packages/block-library/src/navigation-link/edit.js @@ -104,18 +104,6 @@ function NavigationLinkEdit( { - - { - setAttributes( { description: descriptionValue } ); - } } - label={ __( 'Description' ) } - help={ __( 'The description will be displayed in the menu if the current theme supports it.' ) } - /> - @@ -146,6 +134,18 @@ function NavigationLinkEdit( { ) } /> + + { + setAttributes( { description: descriptionValue } ); + } } + label={ __( 'Description' ) } + help={ __( 'The description will be displayed in the menu if the current theme supports it.' ) } + /> +