Skip to content

Commit

Permalink
revert snapshot for adding the URL back to navigation link
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed May 11, 2020
1 parent 1e444fa commit 739ce6b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ exports[`Navigation allows a navigation menu to be created from an empty menu us
"<!-- wp:navigation {\\"orientation\\":\\"horizontal\\"} -->
<!-- wp:navigation-link {\\"label\\":\\"WP\\",\\"url\\":\\"https://wordpress.org\\"} /-->
<!-- wp:navigation-link {\\"label\\":\\"Contact\\",\\"id\\":1 /-->
<!-- wp:navigation-link {\\"label\\":\\"Contact\\",\\"id\\":1,\\"url\\":\\"https://this/is/a/test/search/get-in-touch\\" /-->
<!-- /wp:navigation -->"
`;
exports[`Navigation allows a navigation menu to be created using existing pages 1`] = `
"<!-- wp:navigation {\\"orientation\\":\\"horizontal\\"} -->
<!-- wp:navigation-link {\\"label\\":\\"Home\\",\\"id\\":1} /-->
<!-- wp:navigation-link {\\"label\\":\\"Home\\",\\"id\\":1,\\"url\\":\\"https://this/is/a/test/page/home\\"} /-->
<!-- wp:navigation-link {\\"label\\":\\"About\\",\\"id\\":2} /-->
<!-- wp:navigation-link {\\"label\\":\\"About\\",\\"id\\":2,\\"url\\":\\"https://this/is/a/test/page/about\\"} /-->
<!-- wp:navigation-link {\\"label\\":\\"Contact Us\\",\\"id\\":3} /-->
<!-- wp:navigation-link {\\"label\\":\\"Contact Us\\",\\"id\\":3,\\"url\\":\\"https://this/is/a/test/page/contact\\"} /-->
<!-- /wp:navigation -->"
`;
Expand Down

0 comments on commit 739ce6b

Please sign in to comment.