diff options
author | geireann <geireann.lindfield@gmail.com> | 2021-08-05 17:17:41 -0400 |
---|---|---|
committer | geireann <geireann.lindfield@gmail.com> | 2021-08-05 17:17:41 -0400 |
commit | 04ae1c712422036b3986675486ea9a1eddb25e36 (patch) | |
tree | 2cba3d0cf65a7f18d959620a3bd1d9a7e455bff5 /src/client/documents/DocumentTypes.ts | |
parent | 2ec093982c06965086326df73d365e1b54f6a2a2 (diff) | |
parent | b9d72dd3ed3b800ef9bd1f6695ac37e14d21f675 (diff) |
Merge branch 'master' into search-david
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 8565784b4..dba7ff907 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -18,7 +18,7 @@ export enum DocumentType { LABEL = "label", // simple text label BUTTON = "button", // onClick button WEBCAM = "webcam", // webcam - HTMLANCHOR = "htmlanchor", // text selection anchor in PDF/Web + MARKER = "marker", // generic marker document not intended to be viewed independently of its context (e.g., for text selections in PDF/Web/RTF) DATE = "date", // calendar view of a date SCRIPTING = "script", // script editor EQUATION = "equation", // equation editor @@ -40,6 +40,4 @@ export enum DocumentType { LINKDB = "linkdb", // database of links ??? why do we have this SCRIPTDB = "scriptdb", // database of scripts GROUPDB = "groupdb", // database of groups - - TEXTANCHOR = "textanchor" // selection of text in a text box }
\ No newline at end of file |