Skip to content

Commit

Permalink
Adjusting motivations
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Nov 18, 2024
1 parent b3200c4 commit 5148ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-iiif-3-manifests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const createAnnotationPage = (
const item: Annotation = {
'@context': 'http://www.w3.org/ns/anno.jsonld',
type: 'Annotation',
motivation: 'supplementing',
motivation: ['commenting', 'tagging'],
id: id,
body: [
{
Expand All @@ -55,7 +55,7 @@ export const createAnnotationPage = (
.map((n) => Node.string(n))
.join('\n'),
format: 'text/plain',
motivation: ['commenting', 'tagging'],
motivation: 'commenting',
},
],
target: `${targetCanvas}#t=${timeOffset + annotation.start_time},${
Expand Down

0 comments on commit 5148ecd

Please sign in to comment.