104 lines
2.6 KiB
JSON
104 lines
2.6 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"
|
|
}
|
|
}
|
|
}
|