aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-09-19 20:27:33 -0400
committerbobzel <zzzman@gmail.com>2024-09-19 20:27:33 -0400
commit988e80e4b8529a02015564f0a16114a3b16aa08f (patch)
treea1df300fc2a7d34db81bbf652947727684478db1 /src/client/documents/Documents.ts
parent0268a524540ff36bf007744eff6709dfcdedec96 (diff)
parent302b9ab98001a50ca2117df823216a99b7c25869 (diff)
merged with master -- updated filtering from cardView branch
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index da3419de2..25095e3fd 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -489,8 +489,7 @@ export class DocumentOptions {
userColor?: STRt = new StrInfo('color associated with a Dash user (seen in header fields of shared documents)');
cardSort?: STRt = new StrInfo('way cards are sorted in deck view');
- cardSort_customField?: STRt = new StrInfo('field key used for sorting cards');
- cardSort_visibleSortGroups?: List<number>; // which sorting values are being filtered (shown)
+ cardSort_isDesc?: BOOLt = new BoolInfo('whether the cards are sorted ascending or descending');
}
export const DocOptions = new DocumentOptions();