aboutsummaryrefslogtreecommitdiff
path: root/viewer
diff options
context:
space:
mode:
authorpacien2020-02-29 16:39:55 +0100
committerpacien2020-02-29 16:39:55 +0100
commit54790c6c73d7c51ff22cf5e9722b141cdc0249df (patch)
tree0a0f428000f7ddc5797c2343641d70477c98d2bf /viewer
parent1b0dd00c31efc958e80fc6d9d78f2511b07c1238 (diff)
downloadldgallery-54790c6c73d7c51ff22cf5e9722b141cdc0249df.tar.gz
compiler: add tagCategories setting to gallery.yaml
Diffstat (limited to 'viewer')
-rw-r--r--viewer/src/@types/gallery.d.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/viewer/src/@types/gallery.d.ts b/viewer/src/@types/gallery.d.ts
index 4fa544f..de1c0dd 100644
--- a/viewer/src/@types/gallery.d.ts
+++ b/viewer/src/@types/gallery.d.ts
@@ -23,7 +23,8 @@ declare namespace Gallery {
23 } 23 }
24 24
25 interface GalleryProperties { 25 interface GalleryProperties {
26 galleryTitle: string 26 galleryTitle: string,
27 tagCategories: RawTag[]
27 } 28 }
28 interface Index { 29 interface Index {
29 properties: GalleryProperties, 30 properties: GalleryProperties,