This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/layouts/Settings/notifications.json
T
2018-06-29 12:10:25 +03:00

25 lines
904 B
JSON

[
{
"label": "In-app Notifications",
"rows": [
[{"name": "assignmentNotificationsEntityList"}, false],
[{"name": "notificationSoundsDisabled"}, false]
]
},
{
"label": "Email Notifications",
"rows": [
[{"name": "assignmentEmailNotifications"}, {"name": "mentionEmailNotifications"}],
[{"name": "assignmentEmailNotificationsEntityList"}, false],
[{"name": "streamEmailNotifications"}, {"name": "portalStreamEmailNotifications"}],
[{"name": "streamEmailNotificationsEntityList"}, {"name": "streamEmailNotificationsTypeList"}]
]
},
{
"label": "Admin Notifications",
"rows": [
[{"name": "adminNotifications"}, false],
[{"name": "adminNotificationsNewVersion"}, {"name": "adminNotificationsNewExtensionVersion"}]
]
}
]