From c687af21ffbc1fcb4e12d26e4c68af8faf9ce0e8 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 6 Feb 2024 10:11:11 -0400 Subject: content: creditList.entry.withContribution -> withAnnotation --- src/content/dependencies/generateArtistInfoPageChunkItem.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/content/dependencies/generateArtistInfoPageChunkItem.js') diff --git a/src/content/dependencies/generateArtistInfoPageChunkItem.js b/src/content/dependencies/generateArtistInfoPageChunkItem.js index 4347df12..b6f40727 100644 --- a/src/content/dependencies/generateArtistInfoPageChunkItem.js +++ b/src/content/dependencies/generateArtistInfoPageChunkItem.js @@ -7,7 +7,7 @@ export default { mutable: false, }, - contribution: { + annotation: { type: 'html', mutable: false, }, @@ -40,9 +40,9 @@ export default { options.artists = language.formatConjunctionList(slots.otherArtistLinks); } - if (!html.isBlank(slots.contribution)) { - parts.push('withContribution'); - options.contribution = slots.contribution; + if (!html.isBlank(slots.annotation)) { + parts.push('withAnnotation'); + options.annotation = slots.annotation; } if (parts.length === 1) { -- cgit 1.3.0-6-gf8a5