From 6df7f503830cdbb280eb4f528f9da99853a1c126 Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Tue, 28 Feb 2023 16:11:32 +0100 Subject: [PATCH] Add plugin as submodule --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8052a6f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "annotations-plugin"] + path = annotations-plugin + url = gitlab@gitlab.tetras-libre.fr:iiif/mirador-annotations.git -- GitLab