Browse Source

config: list columns := [name/company, phone, email address, birth date]

Fabian Peter Hammerle 4 years ago
parent
commit
1a9918e7af
1 changed files with 9 additions and 0 deletions
  1. 9 0
      config.js

+ 9 - 0
config.js

@@ -999,6 +999,15 @@ var globalGroupContactsByCompanies=false;
 // ];
 //
 // NOTE: if left undefined, the recommended settings will be used.
+var globalCollectionDisplay=[
+  {label: '{Name}',
+   value: {
+     personal: ['{LastName}', ' {FirstName}', ' {MiddleName}'],
+     company: ['{Company}', ' / {Department}', ' / {JobTitle}']}},
+  {label: '{Phone}', value: ['{Phone}']},
+  {label: '{Email}', value: ['{Email}']},
+  {label: '{BirthDay}', value: ['{Birthday}']}
+];
 
 
 // globalCollectionSort