aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-06-10 12:32:20 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-06-10 12:32:20 -0400
commitcca4b5bbc32ccfaafbaba9306545eaddc6953954 (patch)
treeddbe28dc0c6e3a7b858f88cb21b785e765c7f267 /src/client/documents/Documents.ts
parentc5b806c3b449cd81aee673a01238c4dae9402cf3 (diff)
hm
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index a67e6b4f6..34407c641 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -479,6 +479,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');
+ cardSortForDropDown?: STRt = new StrInfo('needed for dropdown and i dont know why')
cardSort_customField?: STRt = new StrInfo('field key used for sorting cards');
cardSort_visibleSortGroups?: List<number>; // which sorting values are being filtered (shown)
}