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

fix: introduce pwa properties - Meeds-io/MIPs#134 #141

Merged
merged 1 commit into from
Aug 23, 2024
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 @@ -11,3 +11,6 @@ UIActivity.exo.label.paragraph4=This is your stream. It will help you keep an ey
UIActivity.exo.label.paragraph5=Build your network by connecting with colleagues in People. They will be able to follow, comment on or like all the ideas, moods, status updates, links or documents that you share above.
UIActivity.exo.label.paragraph6=Create or join collaboration Spaces for your teams, projects or communities.
UIActivity.exo.label.paragraph7=Let's begin !


meeds.pwa.manifest.description=Your Application for Communication, Collaboration, Teamwork and Engagement
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
<icon>fas fa-bell</icon>
<page-reference>portal::administration::notification</page-reference>
</node>
<node>
<name>applicationsCenter</name>
<label>#{portal.administration.appCenterAdminSetup}</label>
<icon>fas fa-list-alt</icon>
<page-reference>portal::administration::appCenterAdminSetup</page-reference>
</node>
</node>
<node>
<name>organisation</name>
Expand Down Expand Up @@ -124,6 +118,18 @@
<name>applications</name>
<label>#{portal.administration.applications}</label>
<icon>fas fa-boxes</icon>
<node>
<name>applicationsCenter</name>
<label>#{portal.administration.appCenterAdminSetup}</label>
<icon>fas fa-list-alt</icon>
<page-reference>portal::administration::appCenterAdminSetup</page-reference>
</node>
<node>
<name>pwaSettings</name>
<label>#{portal.administration.pwaSettings}</label>
<icon>fas fa-mobile-alt</icon>
<page-reference>portal::administration::pwaSettings</page-reference>
</node>
<node>
<name>agendaAdminSettings</name>
<label>#{portal.administration.agenda}</label>
Expand Down