-
Notifications
You must be signed in to change notification settings - Fork 1
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 (#522) 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
22 additions
and
74 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"descriptors": [ | ||
{ | ||
"name": "Wallet", | ||
"imagePath": "war:/../images/wallet.png", | ||
"override": false, | ||
"enabled": true, | ||
"application": { | ||
"title": "Wallet", | ||
"description": "Wallet application", | ||
"url": "./wallet", | ||
"active": true, | ||
"mandatory": false, | ||
"mobile": true, | ||
"permissions": [ | ||
"*:/platform/users", | ||
"*:/platform/externals" | ||
] | ||
} | ||
} | ||
] | ||
} |
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
73 changes: 0 additions & 73 deletions
73
wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/app-center-configuration.xml
This file was deleted.
Oops, something went wrong.