diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-08-15 13:07:42 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-08-15 13:38:15 -0300 |
commit | 74f3e5a04088b5059e7587b71b15ba57cca61bc2 (patch) | |
tree | 4649ca06ddb3a2dc53eb6d3e08824e30734d863c /src/content/dependencies/generateReleaseInfoContributionsLineWikiEditsPart.js | |
parent | 91dbbd7abb7fe526d775f4bc4958ad44938bc214 (diff) |
content, test: linkContribution: showContribution -> showAnnotation
Diffstat (limited to 'src/content/dependencies/generateReleaseInfoContributionsLineWikiEditsPart.js')
-rw-r--r-- | src/content/dependencies/generateReleaseInfoContributionsLineWikiEditsPart.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/content/dependencies/generateReleaseInfoContributionsLineWikiEditsPart.js b/src/content/dependencies/generateReleaseInfoContributionsLineWikiEditsPart.js index 37f29b1c..c5c52fa0 100644 --- a/src/content/dependencies/generateReleaseInfoContributionsLineWikiEditsPart.js +++ b/src/content/dependencies/generateReleaseInfoContributionsLineWikiEditsPart.js @@ -39,9 +39,8 @@ export default { language.$(capsule, 'editsLine', { artist: link.slots({ - showContribution: false, - showExternalLinks: false, - showChronology: false, + showAnnotation: true, + trimAnnotation: true, preventTooltip: true, }), })), |