« get me outta code hell

content, data: Album.showAlbumInTracksWithoutArtists - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateReleaseInfoContributionsLine.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-09-11 08:26:25 -0300
committer(quasar) nebula <qznebula@protonmail.com>2025-09-11 08:26:25 -0300
commitc191171847198a911c63a8342746ff884dd3ed4a (patch)
treeb95043f33a5e7339f1380f6d033b186648cc1447 /src/content/dependencies/generateReleaseInfoContributionsLine.js
parent2f7f2264c54aef4da050dc438cba8a408293235f (diff)
content, data: Album.showAlbumInTracksWithoutArtists preview
Diffstat (limited to 'src/content/dependencies/generateReleaseInfoContributionsLine.js')
-rw-r--r--src/content/dependencies/generateReleaseInfoContributionsLine.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content/dependencies/generateReleaseInfoContributionsLine.js b/src/content/dependencies/generateReleaseInfoContributionsLine.js
index f93403d9..a597b68a 100644
--- a/src/content/dependencies/generateReleaseInfoContributionsLine.js
+++ b/src/content/dependencies/generateReleaseInfoContributionsLine.js
@@ -11,6 +11,8 @@ export default {
     stringKey: {type: 'string'},
     featuringStringKey: {type: 'string'},
 
+    additionalStringOptions: {validate: v => v.isObject},
+
     chronologyKind: {type: 'string'},
   },
 
@@ -27,5 +29,6 @@ export default {
 
       normalStringKey: slots.stringKey,
       normalFeaturingStringKey: slots.featuringStringKey,
+      additionalStringOptions: slots.additionalStringOptions,
     }),
 };