aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
diff options
context:
space:
mode:
authoreperelm2 <emily_perelman@brown.edu>2023-06-07 13:35:24 -0400
committereperelm2 <emily_perelman@brown.edu>2023-06-07 13:35:24 -0400
commit6707f6ad559b463e514bdbbd634ded25bae4a5f7 (patch)
treeeb85bbeebf198cce2c5b48a5264cbcd0aabc09b6 /src/client/documents
parent7ba42015e6cc197393254205459d94d681e26f61 (diff)
got types but trying to get icon
Diffstat (limited to 'src/client/documents')
-rw-r--r--src/client/documents/DocumentTypes.ts2
-rw-r--r--src/client/documents/Documents.ts3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts
index cdc8c275c..bd71281fa 100644
--- a/src/client/documents/DocumentTypes.ts
+++ b/src/client/documents/DocumentTypes.ts
@@ -2,7 +2,7 @@ export enum DocumentType {
NONE = 'none',
// core data types
- RTF = 'rtf',
+ RTF = 'rich text',
IMG = 'image',
WEB = 'web',
COL = 'collection',
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 515a870b5..f877f2598 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -430,7 +430,8 @@ export namespace Docs {
nativeHeightUnfrozen: true,
layout_forceReflow: true,
defaultDoubleClick: 'ignore',
- },
+ systemIcon: 'AiFillFileText'
+ },
},
],
[