Add basic file link functoin

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-10-21 08:42:17 -07:00
parent 6b84b38f2a
commit 76d7157cd1
2 changed files with 53 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
"author": "Justin Georgi",
"url": "https://gitea.azgeorgis.net/jgeorgi/mwModelViewer",
"description": "This extension allows .glb and .gltf files to be added, displayed, and annotated in MediaWiki",
"version": "0.0.1",
"version": "0.0.3",
"license-name": "MIT",
"type": "media",
"manifest_version": 2,
@@ -26,7 +26,11 @@
],
"packageFiles": [
"glmv.js"
]
],
"dependencies": [
"mediawiki.util",
"mediawiki.api"
]
}
}
}