« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content
diff options
context:
space:
mode:
Diffstat (limited to 'src/content')
-rw-r--r--src/content/dependencies/linkContribution.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content/dependencies/linkContribution.js b/src/content/dependencies/linkContribution.js
index feed74cc..67451093 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},
+    preventTooltip: {type: 'boolean', default: false},
     chronologyKind: {type: 'string'},
   },
 
@@ -52,7 +53,7 @@ export default {
         });
 
         workingOptions.artist =
-          (html.isBlank(relations.tooltip)
+          (html.isBlank(relations.tooltip) || slots.preventTooltip
             ? relations.artistLink
             : relations.textWithTooltip.slots({
                 customInteractionCue: true,