« get me outta code hell

content: chronology labels in contribution lists - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateFlashInfoPage.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-06-18 18:05:32 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-18 22:56:17 -0300
commitc3cb6416c3da69937ed600f2a54d9e30d98cb5f1 (patch)
treef8deb1d278cc217c6846340ceb2d54ab2ed1c71e /src/content/dependencies/generateFlashInfoPage.js
parentf5fdcf8c5e47249e2a807203dd58b8b4819f8791 (diff)
content: chronology labels in contribution lists
Diffstat (limited to 'src/content/dependencies/generateFlashInfoPage.js')
-rw-r--r--src/content/dependencies/generateFlashInfoPage.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/content/dependencies/generateFlashInfoPage.js b/src/content/dependencies/generateFlashInfoPage.js
index 96337d83..d06f0c01 100644
--- a/src/content/dependencies/generateFlashInfoPage.js
+++ b/src/content/dependencies/generateFlashInfoPage.js
@@ -147,7 +147,9 @@ export default {
                 title: language.$('releaseInfo.contributors'),
               }),
 
-            relations.contributorContributionList,
+            relations.contributorContributionList.slots({
+              chronologyKind: 'flash',
+            }),
           ]),
 
           relations.artistCommentarySection,