Add mouse coordinate view with click to copy
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -32,7 +32,21 @@
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user