ui-configuration.json revision 0cbb44acdcab0e5a2d60c601698454b6a01bd0b3
{
"configuration" : {
"selfRegistration" : false,
"passwordReset" : false,
"lang" : "en",
"passwordResetLink" : "",
"roles" : {
"openidm-authorized": "ui-user",
"openidm-admin": "ui-admin"
},
"siteImages" : [
"images/passphrase/mail.png",
"images/passphrase/user.png",
"images/passphrase/report.png",
"images/passphrase/twitter.png"
],
"notificationTypes" : {
"info" : {
"name" : "common.notification.types.info",
"iconPath" : "images/notifications/info.png"
},
"warning" : {
"name" : "common.notification.types.warning",
"iconPath" : "images/notifications/warning.png"
},
"error" : {
"name" : "common.notification.types.error",
"iconPath" : "images/notifications/error.png"
}
},
"defaultNotificationType" : "info",
"dashboard" : {
"widgets" : [
{
"type" : "workflow"
},
{
"type" : "quickStart",
"size" : "medium",
"cards" : [
{
"name" : "dashboard.viewProfile",
"icon" : "fa-user",
"href" : "#profile/details"
},
{
"name" : "dashboard.changePassword",
"icon" : "fa-lock",
"href" : "#profile/password"
}
]
}
]
},
"adminDashboard" : {
"widgets" : [
{
"type": "lastRecon",
"size": "large",
"barchart": false
},
{
"type": "systemHealthFull",
"size": "large"
},
{
"type": "resourceList",
"size": "large"
}
]
}
}
}