From 8f8b888ac6f703a63c1c155b1f2392babdb52493 Mon Sep 17 00:00:00 2001 From: daxid <david.rouquet@tetras-libre.fr> Date: Tue, 27 Sep 2022 15:34:48 +0200 Subject: [PATCH] Dispositif Hakanai --- Hakanai/manifest.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/Hakanai/manifest.json b/Hakanai/manifest.json index a70d450..3831870 100644 --- a/Hakanai/manifest.json +++ b/Hakanai/manifest.json @@ -183,7 +183,34 @@ } ] }, - + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/1/annotation/6", + "type": "AnnotationPage", + "items": [ + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/&/annotation/6/1", + "type": "Annotation", + "motivation": "commenting", + "body": { + "id": "http://localhost:8080/data/demo-content/Hakanai/media/10_HKN-Garges_A2B4243.JPG", + "type": "Image", + "format": "image/jpg" + }, + "target": "http://localhost:8080/data/demo-content/Hakanai/canvas/1#xywh=1100,50,818,510&t=28,40" + }, + { + "id": "http://localhost:8080/data/demo-content/Hakanai/canvas/&/annotation/6/2", + "type": "Annotation", + "motivation": "commenting", + "body": { + "type": "TextualBody", + "language": "fr", + "value": "<a href=\"http://localhost:8080/data/demo-content/Hakanai/media/10_HKN-Garges_A2B4243.JPG\" target=\"_blank\">Dispositif</a>" + }, + "target": "http://localhost:8080/data/demo-content/Hakanai/canvas/1#xywh=100,50,1700,1000&t=30,34" + } + ] + } ] } ] -- GitLab