{ "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, "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/" }, "ContentHandlers": { "annotation": "MediaWiki\\Extension\\AnatImageViewer\\AnnotationHandler" } }