Stuck point

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2026-05-18 08:56:56 -07:00
parent d39458d53b
commit c4e783dd9d
4 changed files with 46 additions and 24 deletions

View File

@@ -13,17 +13,13 @@
"constant": "NS_AV_ANNOT",
"name": "Annotation",
"protection": "annotations-edit",
"subpages": false,
"content": true,
"defaultcontentmodel": "annotation"
"subpages": false
},
{
"id": 2219,
"constant": "NS_AV_ANNOT_TALK",
"name": "Annotation_talk",
"subpages": true,
"content": false,
"defaultcontentmodel": "wikitext"
"subpages": true
}
],
"callback": "MediaWiki\\Extension\\AnatImageViewer\\AnnotationHooks::registrationCallback",
@@ -31,8 +27,9 @@
"MediaWiki\\Extension\\AnatImageViewer\\": "includes/"
},
"ContentHandlers": {
"annotation": "MediaWiki\\Extension\\AnatImageViewer\\AnnotationHandler"
"annotation": "MediaWiki\\Extension\\AnatImageViewer\\AnnotationHandler::class"
},
"Hooks": {
"ContentHandlerDefaultModelFor": "MediaWiki\\Extension\\AnatImageViewer\\AnnotationHooks::onContentHandlerDefaultModelFor"
}
}