122 lines
3.1 KiB
JSON
122 lines
3.1 KiB
JSON
{
|
|
"fields": {
|
|
"timeZone": {
|
|
"type": "enum",
|
|
"detault": "UTC"
|
|
},
|
|
"dateFormat": {
|
|
"type": "enum",
|
|
"options": ["MM/DD/YYYY", "YYYY-MM-DD", "DD.MM.YYYY"],
|
|
"default": "MM/DD/YYYY"
|
|
},
|
|
"timeFormat": {
|
|
"type": "enum",
|
|
"options": ["HH:mm", "hh:mma", "hh:mmA", "hh:mm A", "hh:mm a"],
|
|
"default": "HH:mm"
|
|
},
|
|
"weekStart": {
|
|
"type": "enumInt",
|
|
"options": [0, 1],
|
|
"default": 0
|
|
},
|
|
"thousandSeparator": {
|
|
"type": "varchar",
|
|
"default": ",",
|
|
"maxLength": 1,
|
|
"view": "Settings.Fields.ThousandSeparator"
|
|
},
|
|
"decimalMark": {
|
|
"type": "varchar",
|
|
"default": ".",
|
|
"required": true,
|
|
"maxLength": 1
|
|
},
|
|
"defaultCurrency": {
|
|
"type": "enum",
|
|
"default": "USD"
|
|
},
|
|
"dashboardLayout": {
|
|
"type": "text"
|
|
},
|
|
"dashletOptions": {
|
|
"type": "text"
|
|
},
|
|
"presetFilters": {
|
|
"type": "text"
|
|
},
|
|
"smtpEmailAddress": {
|
|
"type": "varchar",
|
|
"readOnly": true,
|
|
"notStorable": true,
|
|
"view": "Preferences.Fields.SmtpEmailAddress"
|
|
},
|
|
"smtpServer": {
|
|
"type": "varchar"
|
|
},
|
|
"smtpPort": {
|
|
"type": "int",
|
|
"min": 0,
|
|
"max": 9999,
|
|
"default": 25
|
|
},
|
|
"smtpAuth": {
|
|
"type": "bool",
|
|
"default": false
|
|
},
|
|
"smtpSecurity": {
|
|
"type": "enum",
|
|
"options": ["", "SSL", "TLS"]
|
|
},
|
|
"smtpUsername": {
|
|
"type": "varchar",
|
|
"required": true
|
|
},
|
|
"smtpPassword": {
|
|
"type": "password"
|
|
},
|
|
"language": {
|
|
"type": "enum",
|
|
"default": "en_US"
|
|
},
|
|
"exportDelimiter": {
|
|
"type": "varchar",
|
|
"default": ",",
|
|
"required": true,
|
|
"maxLength": 1
|
|
},
|
|
"receiveAssignmentEmailNotifications": {
|
|
"type": "bool",
|
|
"default": true
|
|
},
|
|
"autoFollowEntityTypeList": {
|
|
"type": "multiEnum",
|
|
"view": "Preferences.Fields.AutoFollowEntityTypeList",
|
|
"translation": "Global.scopeNamesPlural",
|
|
"notStorable": true,
|
|
"tooltip": true
|
|
},
|
|
"signature": {
|
|
"type": "text",
|
|
"view": "Fields.Wysiwyg"
|
|
},
|
|
"defaultReminders": {
|
|
"type": "jsonArray",
|
|
"view": "Crm:Meeting.Fields.Reminders"
|
|
},
|
|
"theme": {
|
|
"type": "enum",
|
|
"view": "Preferences.Fields.Theme",
|
|
"translation": "Global.themes"
|
|
},
|
|
"useCustomTabList": {
|
|
"type": "bool",
|
|
"default": false
|
|
},
|
|
"tabList": {
|
|
"type": "array",
|
|
"translation": "Global.scopeNamesPlural",
|
|
"view": "views/settings/fields/tab-list"
|
|
}
|
|
}
|
|
}
|