From cbf305dd05ba4183c1666c8a4d0f149f97c7e0a0 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Sun, 17 May 2026 08:47:57 -0700 Subject: [PATCH] Add Annotation namespaces Signed-off-by: Justin Georgi --- extension.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/extension.json b/extension.json index b051000..6505292 100644 --- a/extension.json +++ b/extension.json @@ -7,6 +7,19 @@ "license-name": "MIT", "type": "media", "manifest_version": 1, + "namespaces": [ + { + "id": 2218, + "constant": "NS_AV_ANNOT", + "name": "Annotation", + "protection": "annotations-edit" + }, + { + "id": 2219, + "constant": "NS_AV_ANNOT_TALK", + "name": "Annotation_talk" + } + ], "AutoloadNamespaces": { "MediaWiki\\Extension\\AnatImageViewer\\": "includes/" },