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