-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…-io/MIPs#132 Prior to this change, App Center Data was injected at startup time using XML file. This change will introduce AppCenter applications using JSON format.
- Loading branch information
Showing
3 changed files
with
24 additions
and
81 deletions.
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
80 changes: 0 additions & 80 deletions
80
portlets/src/main/webapp/WEB-INF/conf/gamification/portal/app-center-configuration.xml
This file was deleted.
Oops, something went wrong.
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,24 @@ | ||
{ | ||
"descriptors": [ | ||
{ | ||
"name": "Contributions", | ||
"imagePath": "war:/../skin/images/contributionCenterIcon.webp", | ||
"overrideMode": "merge", | ||
"override": false, | ||
"enabled": true, | ||
"application": { | ||
"title": "Contributions", | ||
"description": "Contributions application", | ||
"url": "./contributions", | ||
"system": false, | ||
"active": true, | ||
"isMandatory": true, | ||
"isMobile": true, | ||
"permissions": [ | ||
"*:/platform/users", | ||
"*:/platform/externals" | ||
] | ||
} | ||
} | ||
] | ||
} |