diff options
| author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-06-10 12:32:20 -0400 |
|---|---|---|
| committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-06-10 12:32:20 -0400 |
| commit | cca4b5bbc32ccfaafbaba9306545eaddc6953954 (patch) | |
| tree | ddbe28dc0c6e3a7b858f88cb21b785e765c7f267 /src/client/documents/Documents.ts | |
| parent | c5b806c3b449cd81aee673a01238c4dae9402cf3 (diff) | |
hm
Diffstat (limited to 'src/client/documents/Documents.ts')
| -rw-r--r-- | src/client/documents/Documents.ts | 1 |
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) } |
