aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/@types/ItemType.ts
diff options
context:
space:
mode:
authorZero~Informatique2021-07-03 23:07:09 +0200
committerZero~Informatique2022-04-12 18:50:03 +0200
commit2bd63dc7622c0f84383fb76f7e2c4380d3f78495 (patch)
tree08bcc02fd5155e12d74c870ed3e21be091b209c2 /viewer/src/@types/ItemType.ts
parentdecea166df9e0d30ba8fb7e9dff07963f0ff650a (diff)
downloadldgallery-2bd63dc7622c0f84383fb76f7e2c4380d3f78495.tar.gz
viewer: register markdown item type
Extracted from b170f49 (GH PR #304)
Diffstat (limited to 'viewer/src/@types/ItemType.ts')
-rw-r--r--viewer/src/@types/ItemType.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/@types/ItemType.ts b/viewer/src/@types/ItemType.ts
index 9974d4e..5ef38d8 100644
--- a/viewer/src/@types/ItemType.ts
+++ b/viewer/src/@types/ItemType.ts
@@ -21,6 +21,7 @@ export enum ItemType {
21 OTHER = "other", 21 OTHER = "other",
22 PICTURE = "picture", 22 PICTURE = "picture",
23 PLAINTEXT = "plaintext", 23 PLAINTEXT = "plaintext",
24 MARKDOWN = "markdown",
24 PDF = "pdf", 25 PDF = "pdf",
25 VIDEO = "video", 26 VIDEO = "video",
26 AUDIO = "audio", 27 AUDIO = "audio",