Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,149 @@
[
{
"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"}
]
]
},
{
"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"},
false
]
]
}
]

View File

@@ -0,0 +1,37 @@
[
{
"label": "Locale",
"rows": [
[{"name": "dateFormat"}, {"name": "timeZone"}],
[{"name": "timeFormat"}, {"name": "weekStart"}],
[{"name": "defaultCurrency"}, {"name": "thousandSeparator"}],
[false, {"name": "decimalMark"}],
[{"name": "language"}, false]
]
},
{
"rows": [
[{"name": "exportDelimiter"}, false]
]
},
{
"label": "User Interface",
"rows": [
[
{"name":"theme"},
false
]
]
},
{
"label": "Notifications",
"name": "notifications",
"rows": [
[{"name": "receiveStreamEmailNotifications"}, false],
[
{"name": "reactionNotifications"},
false
]
]
}
]