generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MWPW-155720: Dynamic nav ignore values (#2739)
* Working, needs refactoring and tests * Tests and mocks added * Removing sinon and stub * Clarifying the test statement * Changes to some instead of reduce, tests not working * Refactored logic, tests working, additional test * Some test cleanup * Clarifying function name --------- Co-authored-by: milo-pr-merge[bot] <169241390+milo-pr-merge[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8956fbe
commit f7dc1e2
Showing
7 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
test/features/dynamic-nav/mocks/on-ignore-does-not-match.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<meta name="dynamic-nav" content="on"> | ||
<meta name="primaryproductname" content="Commerce Cloud"> | ||
<meta name="dynamic-nav-disable" content="primaryProductName;DX Solutions, caas:content-type;summary"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<meta name="dynamic-nav" content="on"> | ||
<meta name="primaryproductname" content="Dx Solutions"> | ||
<meta name="dynamic-nav-disable" content="primaryProductName;DX Solutions, caas:content-type;summary"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<meta name="dynamic-nav" content="on"> | ||
<meta name="primaryproductname" content="Dx Solutions"> | ||
<meta name="dynamic-nav-dise" content="primaryProductName;DX Solutions, caas:content-type;summary"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<meta name="dynamic-nav" content="on"> | ||
<meta name="primaryproductname" content="Dx Solutions"> | ||
<meta name="dynamic-nav-disable" content=""> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<meta name="dynamic-nav" content="on"> | ||
<meta name="primaryproductname" content="Dx Solutions"> | ||
<meta name="dynamic-nav-disable" content="primaryProductName;DX Solutions, caas:content-type;summary"> | ||
<meta name="caas:content" content="presentation"> | ||
<meta name="test" content="stub"> |