From 250f038512201dbab495c0ebeeb5a3f3b1b25b7d Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 4 Jun 2022 13:12:30 -0400 Subject: add my preferred contact display settings --- radicale_infcloud/web/config.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit