Files
AnatImageViewer/extension.json
Justin Georgi c4e783dd9d Stuck point
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2026-05-18 08:56:56 -07:00

35 lines
1.2 KiB
JSON

{
"name": "AnnotatedImages",
"author": "Justin Georgi",
"url": "https://gitea.azgeorgis.net/jgeorgi/AnatImageViewer",
"description": "This extension allows the creation of pages in the Annotation namespace which will create annotated images.",
"version": "0.0.1",
"license-name": "MIT",
"type": "media",
"manifest_version": 1,
"namespaces": [
{
"id": 2218,
"constant": "NS_AV_ANNOT",
"name": "Annotation",
"protection": "annotations-edit",
"subpages": false
},
{
"id": 2219,
"constant": "NS_AV_ANNOT_TALK",
"name": "Annotation_talk",
"subpages": true
}
],
"callback": "MediaWiki\\Extension\\AnatImageViewer\\AnnotationHooks::registrationCallback",
"AutoloadNamespaces": {
"MediaWiki\\Extension\\AnatImageViewer\\": "includes/"
},
"ContentHandlers": {
"annotation": "MediaWiki\\Extension\\AnatImageViewer\\AnnotationHandler::class"
},
"Hooks": {
"ContentHandlerDefaultModelFor": "MediaWiki\\Extension\\AnatImageViewer\\AnnotationHooks::onContentHandlerDefaultModelFor"
}
}