Files
espocrm/application/Espo/Resources/layouts/Preferences/detail.json
bsiggel 127fa6503b chore: Update copyright year from 2025 to 2026 across core files
- Updated copyright headers in 3,055 core application files
- Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026'
- Added 123 new files from EspoCRM core updates
- Removed 4 deprecated files
- Total changes: 61,637 insertions, 54,283 deletions

This is a routine maintenance update for the new year 2026.
2026-02-07 16:05:21 +01:00

154 lines
3.6 KiB
JSON

[
{
"tabBreak": true,
"tabLabel": "$label:Locale",
"rows": [
[
{"name": "language"},
false
]
]
},
{
"rows": [
[
{"name": "timeZone"},
{"name": "weekStart"}
],
[
{"name": "dateFormat"},
false
],
[
{"name": "timeFormat"},
false
]
]
},
{
"rows": [
[
{"name": "defaultCurrency"},
false
]
]
},
{
"rows": [
[
{"name": "thousandSeparator"},
{"name": "decimalMark"}
]
]
},
{
"tabBreak": true,
"tabLabel": "$label:General",
"rows": [
[
{"name": "emailReplyToAllByDefault"},
{"name": "emailReplyForceHtml"}
],
[
{"name": "emailUseExternalClient"},
false
],
[
{"name": "signature"}
]
]
},
{
"rows": [
[
{"name": "followEntityOnStreamPost"},
{"name": "autoFollowEntityTypeList"}
],
[
{"name": "followCreatedEntities"},
{"name": "followCreatedEntityTypeList"}
],
[
{"name": "followAsCollaborator"},
false
]
]
},
{
"rows": [
[
{"name": "exportDelimiter"},
false
],
[
{"name": "textSearchStoringDisabled"},
{"name": "doNotFillAssignedUserIfNotRequired"}
]
]
},
{
"rows": [
[
{"name": "calendarSlotDuration"},
{"name": "calendarScrollHour"}
],
[
{"name": "defaultReminders"},
{"name": "defaultRemindersTask"}
]
]
},
{
"tabBreak": true,
"tabLabel": "$label:User Interface",
"rows": [
[
{"name": "theme"},
{"name": "pageContentWidth"}
]
]
},
{
"rows": [
[
{"name": "useCustomTabList"},
{"name": "addCustomTabs"}
],
[
{"name": "tabList"},
false
]
]
},
{
"name": "dashboard",
"rows": [
[
{"name": "dashboardLayout"}
]
]
},
{
"tabBreak": true,
"tabLabel": "$label:Notifications",
"name": "notifications",
"rows": [
[
{"name": "receiveAssignmentEmailNotifications"},
{"name": "receiveMentionEmailNotifications"}],
[
{"name": "receiveStreamEmailNotifications"},
false
],
[
{"name": "assignmentNotificationsIgnoreEntityTypeList"},
{"name": "assignmentEmailNotificationsIgnoreEntityTypeList"}
],
[
{"name": "reactionNotifications"},
{"name": "reactionNotificationsNotFollowed"}
]
]
}
]