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/generateReleaseInfoContributionsLine.js | |
parent | 91dbbd7abb7fe526d775f4bc4958ad44938bc214 (diff) |
content, test: linkContribution: showContribution -> showAnnotation
Diffstat (limited to 'src/content/dependencies/generateReleaseInfoContributionsLine.js')
-rw-r--r-- | src/content/dependencies/generateReleaseInfoContributionsLine.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/dependencies/generateReleaseInfoContributionsLine.js b/src/content/dependencies/generateReleaseInfoContributionsLine.js index ee817f08..195b94f3 100644 --- a/src/content/dependencies/generateReleaseInfoContributionsLine.js +++ b/src/content/dependencies/generateReleaseInfoContributionsLine.js @@ -34,7 +34,7 @@ export default { }), slots: { - showContribution: {type: 'boolean', default: true}, + showAnnotation: {type: 'boolean', default: true}, showExternalLinks: {type: 'boolean', default: true}, showChronology: {type: 'boolean', default: true}, @@ -47,7 +47,7 @@ export default { language.formatConjunctionList( relations.contributionLinks.map(link => link.slots({ - showContribution: slots.showContribution, + showAnnotation: slots.showAnnotation, showExternalLinks: slots.showExternalLinks, showChronology: slots.showChronology, chronologyKind: slots.chronologyKind, |