diff options
Diffstat (limited to 'src/content/dependencies/linkContribution.js')
-rw-r--r-- | src/content/dependencies/linkContribution.js | 2 |
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, }), }); |