Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Configure DW site default navigation - EXO-65024_EXO-65400 - Meeds-io/MIPs#72 #67

Merged
merged 2 commits into from
Aug 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
portal.dw.home=Snapshot
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we remove this label ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it shouldn't for the existing data case

portal.dw.externalHome=Home
portal.dw.overview=Participate
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we remove this label ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

portal.dw.stream=Stream
portal.dw.spaces=Spaces
portal.dw.people=People
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,28 @@
xmlns="http://www.gatein.org/xml/ns/gatein_objects_1_7">
<priority>4</priority>
<page-nodes>
<node>
<name>home</name>
<label>#{portal.dw.home}</label>
<page-reference>portal::dw::homepage</page-reference>
</node>
<node>
<name>external-stream</name>
<label>#{portal.dw.externalHome}</label>
<page-reference>portal::dw::stream</page-reference>
</node>
<node>
<name>overview</name>
<label>#{portal.dw.overview}</label>
<page-reference>portal::global::overview</page-reference>
<name>stream</name>
<label>#{portal.dw.stream}</label>
<visibility>DISPLAYED</visibility>
<page-reference>portal::global::stream</page-reference>
</node>
<node>
<name>spaces</name>
<label>#{portal.dw.spaces}</label>
<visibility>DISPLAYED</visibility>
<page-reference>portal::global::all-spaces</page-reference>
</node>
<node>
<name>people</name>
<label>#{portal.dw.people}</label>
<visibility>DISPLAYED</visibility>
<page-reference>portal::global::all-people</page-reference>
</node>
</page-nodes>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
<portal-config>
<portal-name>dw</portal-name>
<locale>en</locale>
<access-permissions>*:/platform/users;*:/platform/externals</access-permissions>
<edit-permission>*:/platform/administrators</edit-permission>
<access-permissions>member:/platform/users;member:/platform/externals</access-permissions>
<edit-permission>manager:platform/administrators</edit-permission>
<properties>
<entry key="sessionAlive">onDemand</entry>
<entry key="showPortletInfo">0</entry>
</properties>
<portal-layout>
<page-body> </page-body>
</portal-layout>
<displayed>true</displayed>
<display-order>4</display-order>
</portal-config>