@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user