aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r--src/client/documents/DocumentTypes.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts
index 5ec1cfdb4..b6a6cc75a 100644
--- a/src/client/documents/DocumentTypes.ts
+++ b/src/client/documents/DocumentTypes.ts
@@ -14,7 +14,6 @@ export enum DocumentType {
LINKDB = "linkdb",
BUTTON = "button",
SLIDER = "slider",
- EXTENSION = "extension",
YOUTUBE = "youtube",
WEBCAM = "webcam",
FONTICON = "fonticonbox",
@@ -22,7 +21,7 @@ export enum DocumentType {
RECOMMENDATION = "recommendation",
LINKFOLLOW = "linkfollow",
PRESELEMENT = "preselement",
- QUERY = "search",
+ QUERY = "query",
COLOR = "color",
DOCULINK = "doculink",
PDFANNO = "pdfanno",