Move to namespace specific svg annotations #1

Merged
jgeorgi merged 5 commits from nsannot into main 2026-05-19 22:28:12 +00:00
Showing only changes of commit cbf305dd05 - Show all commits

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/"
}, },