From f5fdcf8c5e47249e2a807203dd58b8b4819f8791 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 18 Jun 2024 11:36:28 -0300 Subject: content: chronology labels in release info lines --- src/content/dependencies/linkContribution.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/content/dependencies/linkContribution.js') 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, }), }); -- cgit 1.3.0-6-gf8a5