« get me outta code hell

content: gGGPAlbumGrid: tabs - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-07-17 17:12:09 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-07-17 17:12:47 -0300
commit816ae960d2c1cf995cb241b26abf5f30780f6b81 (patch)
tree2387a279f821a92e1a821bd74cb8f68ede9816be /src/data
parent769466e939ed63037335efbfe1cef7df3e3c9472 (diff)
content: gGGPAlbumGrid: tabs
Diffstat (limited to 'src/data')
-rw-r--r--src/data/things/group.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/things/group.js b/src/data/things/group.js
index bc2e915c..71d1ea69 100644
--- a/src/data/things/group.js
+++ b/src/data/things/group.js
@@ -33,6 +33,7 @@ export class Group extends Thing {
     name: name('Unnamed Group'),
     directory: directory(),
 
+    excludeFromGalleryTabs: flag(false),
     divideAlbumsByStyle: flag(false),
 
     description: contentString(),
@@ -145,6 +146,7 @@ export class Group extends Thing {
       'Group': {property: 'name'},
       'Directory': {property: 'directory'},
 
+      'Exclude From Gallery Tabs': {property: 'excludeFromGalleryTabs'},
       'Divide Albums By Style': {property: 'divideAlbumsByStyle'},
 
       'Description': {property: 'description'},