diff options
author | B. Stack <bgstack15@gmail.com> | 2022-06-04 13:12:30 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-06-04 13:12:30 -0400 |
commit | 250f038512201dbab495c0ebeeb5a3f3b1b25b7d (patch) | |
tree | a3e38b6647bba627e4ed10cefde2bd88fd78c4c3 | |
parent | add %post run update-infcloud-cache (diff) | |
download | radicaleinfcloud-250f038512201dbab495c0ebeeb5a3f3b1b25b7d.tar.gz radicaleinfcloud-250f038512201dbab495c0ebeeb5a3f3b1b25b7d.tar.bz2 radicaleinfcloud-250f038512201dbab495c0ebeeb5a3f3b1b25b7d.zip |
add my preferred contact display settings
-rw-r--r-- | radicale_infcloud/web/config.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/radicale_infcloud/web/config.js b/radicale_infcloud/web/config.js index 096adbe..179d882 100644 --- a/radicale_infcloud/web/config.js +++ b/radicale_infcloud/web/config.js @@ -1447,7 +1447,13 @@ var globalGroupContactsByCompanies=false; // ]; // // NOTE: if left undefined, the recommended settings will be used. - +var globalCollectionDisplay = [ + { label: '{Name}', value: ['{LastName}, ','{FirstName}'] }, + { label: '{Email}', value: ['{Email[:0]}'] }, + { label: '{Email} 2', value: ['{Email[:1]}'] }, + { label: '{Phone} 1', value: ['{Phone[:0]}'] }, + { label: 'GV', value: ['{Phone[type=googlevoice]}'] } +]; // globalCollectionSort // This options sets the ordering of contacts in the interface. In general |