diff options
author | pacien | 2020-02-25 19:25:16 +0100 |
---|---|---|
committer | Notkea | 2020-02-27 19:33:49 +0100 |
commit | b468dcbf3343ea251703078ec89d3215116fc2f6 (patch) | |
tree | 3bf1a18762a399a2a98a81c14332a8dd244ad0ad /viewer/src | |
parent | 27a7bebc32a527cc86857008b491b9571e807183 (diff) | |
download | ldgallery-b468dcbf3343ea251703078ec89d3215116fc2f6.tar.gz |
compiler: re-introduce gallery title
Diffstat (limited to 'viewer/src')
-rw-r--r-- | viewer/src/@types/gallery.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/@types/gallery.d.ts b/viewer/src/@types/gallery.d.ts index 399fb66..4fa544f 100644 --- a/viewer/src/@types/gallery.d.ts +++ b/viewer/src/@types/gallery.d.ts | |||
@@ -23,7 +23,7 @@ declare namespace Gallery { | |||
23 | } | 23 | } |
24 | 24 | ||
25 | interface GalleryProperties { | 25 | interface GalleryProperties { |
26 | // empty for now | 26 | galleryTitle: string |
27 | } | 27 | } |
28 | interface Index { | 28 | interface Index { |
29 | properties: GalleryProperties, | 29 | properties: GalleryProperties, |