Skip to content

Commit

Permalink
Fix for #2666: Redirect Map Manager Not visible with version 5.0.6 (#…
Browse files Browse the repository at this point in the history
…2689)

* #2666 restore redirect-maps in site nav
Co-authored-by: Egor Kozlov <[email protected]>
  • Loading branch information
YegorKozlov authored Aug 31, 2021
1 parent 58173c3 commit 665a942
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
jcr:primaryType="sling:OrderedFolder"
jcr:title="ACS AEM Commons"
id="acs-commons">
<dynamic-deck-dynamo/>
<exporters-tags/>
<redirect-manager/>
<sort-nodes/>
<generic-lists/>

<reports/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
jcr:primaryType="nt:unstructured"
jcr:title="Manage Redirects"
jcr:description="Manage redirects"
icon="forward"
icon="orbit"
href="/apps/acs-commons/content/redirect-manager/redirects.html"
id="acs-commons__redirect-manager"
target="_blank"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured"
jcr:title="Redirect Maps"
jcr:description="Define redirect Apache httpd redirect maps."
icon="forward"
href="/acs-commons.html/etc/acs-commons/redirect-maps"
id="acs-commons__redirect-maps"
target="_blank"/>

0 comments on commit 665a942

Please sign in to comment.