Files
AnatImageViewer/extension.json
Justin Georgi c5b75185cd Bump version
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
2026-06-09 17:19:22 -07:00

52 lines
1.5 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.1.1",
"license-name": "MIT",
"type": "media",
"manifest_version": 1,
"requires": {
"MediaWiki": ">= 1.39.0"
},
"namespaces": [
{
"id": 2218,
"constant": "NS_AV_ANNOT",
"name": "Annotation",
"protection": "annotations-edit",
"subpages": false,
"content": false,
"defaultcontentmodel": "annotation"
},
{
"id": 2219,
"constant": "NS_AV_ANNOT_TALK",
"name": "Annotation_talk",
"subpages": true,
"content": false,
"defaultcontentmodel": "wikitext"
}
],
"AutoloadNamespaces": {
"MediaWiki\\Extension\\AnatImageViewer\\": "includes/"
},
"Hooks": {
"AlternateEditPreview": "MediaWiki\\Extension\\AnatImageViewer\\AnnotationHooks::onAlternateEditPreview"
},
"ContentHandlers": {
"annotation": "MediaWiki\\Extension\\AnatImageViewer\\AnnotationHandler"
},
"ResourceFileModulePaths": {
"localBasePath": "modules",
"remoteExtPath": "GlModelViewer/modules"
},
"ResourceModules": {
"ext.annot.prev": {
"packageFiles": [
"annot-prev.js"
]
}
}
}