Skip to content

Commit

Permalink
Trying commenting motivation for Mirador
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed May 23, 2024
1 parent 021503e commit 62f4107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iiify/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def create_annotations(version, identifier, fileName, canvas_no, domain=None):
annotationPage.items.append({
"id": f"https://iiif.archive.org/iiif/{identifier}/canvas/{index}/anno/{count}",
"type": "Annotation",
"motivation": "supplementing",
"motivation": "commenting",
"body": {
"type": "TextualBody",
"format": "text/plain",
Expand Down

0 comments on commit 62f4107

Please sign in to comment.