Add Annotation namespaces

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2026-05-17 08:47:57 -07:00
parent 47f768985c
commit cbf305dd05

View File

@@ -7,6 +7,19 @@
"license-name": "MIT", "license-name": "MIT",
"type": "media", "type": "media",
"manifest_version": 1, "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": { "AutoloadNamespaces": {
"MediaWiki\\Extension\\AnatImageViewer\\": "includes/" "MediaWiki\\Extension\\AnatImageViewer\\": "includes/"
}, },