ui-configuration.json revision 19917a7804228f40ef52b62439ccb31924d1dfcd
2N/A{
2N/A "configuration" : {
2N/A "selfRegistration" : false,
2N/A "securityQuestions" : false,
2N/A "siteIdentification" : false,
2N/A "language" : "en-US",
2N/A "roles" : {
2N/A "openidm-admin" : "Administrator",
2N/A "openidm-authorized" : "User",
2N/A "tasks-manager" : "Tasks Manager"
2N/A },
2N/A "siteImages" : [
2N/A "mail.png",
2N/A "user.png",
2N/A "report.png",
2N/A "twitter.png"
2N/A ],
2N/A "notificationTypes" : {
2N/A "info" : {
2N/A "name" : "common.notification.types.info",
2N/A "iconPath" : "images/notifications/info.png"
2N/A },
2N/A "warning" : {
2N/A "name" : "common.notification.types.warning",
2N/A "iconPath" : "images/notifications/warning.png"
2N/A },
2N/A "error" : {
2N/A "name" : "common.notification.types.error",
2N/A "iconPath" : "images/notifications/error.png"
2N/A }
2N/A },
2N/A "defaultNotificationType" : "info"
2N/A }
2N/A}
2N/A