« get me outta code hell

content: chronology labels in release info lines - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/linkContribution.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-06-18 11:36:28 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-18 22:56:16 -0300
commitf5fdcf8c5e47249e2a807203dd58b8b4819f8791 (patch)
treebc178573a6393e57eceb07fbdc489b1c363ce6cc /src/content/dependencies/linkContribution.js
parent7a10bac9cb001753467a6e66f2698125ac4c03e7 (diff)
content: chronology labels in release info lines
Diffstat (limited to 'src/content/dependencies/linkContribution.js')
-rw-r--r--src/content/dependencies/linkContribution.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/dependencies/linkContribution.js b/src/content/dependencies/linkContribution.js
index 67a50e5b..c43f31ca 100644
--- a/src/content/dependencies/linkContribution.js
+++ b/src/content/dependencies/linkContribution.js
@@ -29,6 +29,7 @@ export default {
     showChronology: {type: 'boolean', default: false},
 
     preventWrapping: {type: 'boolean', default: true},
+    chronologyKind: {type: 'string'},
   },
 
   generate: (data, relations, slots, {html, language}) =>
@@ -54,6 +55,7 @@ export default {
               relations.tooltip.slots({
                 showExternalLinks: slots.showExternalLinks,
                 showChronology: slots.showChronology,
+                chronologyKind: slots.chronologyKind,
               }),
           });