小璋丸 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/303773

Change subject: Add extension registeration file 'extension.json'.
......................................................................

Add extension registeration file 'extension.json'.

Change-Id: I322e3e6cae62c6cf1128c46cc3cc15fc5a2d0545
Maniphest: T142465
---
A extension.json
1 file changed, 26 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/QuickGV 
refs/changes/73/303773/1

diff --git a/extension.json b/extension.json
new file mode 100644
index 0000000..62fb416
--- /dev/null
+++ b/extension.json
@@ -0,0 +1,26 @@
+{
+       "name": "QuickGV",
+       "version": "0.2.4",
+       "author": [
+               "[https://github.com/virus-warnning 吳政璋]"
+       ],
+       "url": "https://www.mediawiki.org/wiki/Extension:QuickGV";,
+       "descriptionmsg": "quickgv-desc",
+       "license-name": "Apache-2.0",
+       "type": "parserhook",
+       "require": {
+               "MediaWiki": ">= 1.25"
+       },
+       "MessagesDirs": {
+               "QuickGV": ["i18n"]
+       },
+       "AutoloadClasses": {
+               "QuickGV": "QuickGV.body.php"
+       },
+       "Hooks": {
+               "ParserFirstCallInit": [
+                       "QuickGV::init"
+               ]
+       },
+       "manifest_version": 1
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/303773
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I322e3e6cae62c6cf1128c46cc3cc15fc5a2d0545
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/QuickGV
Gerrit-Branch: master
Gerrit-Owner: 小璋丸 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to