Paladox has uploaded a new change for review.

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

Change subject: Add extension.json
......................................................................

Add extension.json

Change-Id: I5bb269a2741ce06aebba089866ae20757cfc6775
---
M CollapsibleVector.php
A extension.json
2 files changed, 66 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CollapsibleVector 
refs/changes/19/202019/1

diff --git a/CollapsibleVector.php b/CollapsibleVector.php
index 28760d3..88a79b6 100644
--- a/CollapsibleVector.php
+++ b/CollapsibleVector.php
@@ -6,7 +6,7 @@
  * @ingroup Extensions
  * 
  * @license GPL v2 or later
- * @version 0.1.6
+ * @version 0.1.7
  *
  * Requires MediaWiki 1.24+
  */
@@ -49,7 +49,7 @@
        'name' => 'CollapsibleVector',
        'namemsg' => 'extensionname-collapsiblevector',
        'author' => array( 'Paladox' ),
-       'version' => '0.1.6',
+       'version' => '0.1.7',
        'url' => 'https://www.mediawiki.org/wiki/Extension:CollapsibleVector',
        'descriptionmsg' => 'collapsiblevector-desc',
        'license-name' => 'GPL-2.0+',
diff --git a/extension.json b/extension.json
new file mode 100644
index 0000000..d4ef891
--- /dev/null
+++ b/extension.json
@@ -0,0 +1,64 @@
+{
+       "name": "CollapsibleVector",
+       "version": "0.1.7",
+       "author": [
+               "Paladox"
+       ],
+       "url": "https://www.mediawiki.org/wiki/Extension:CollapsibleVector";,
+       "descriptionmsg": "collapsiblevector-desc",
+       "namemsg": "extensionname-collapsiblevector",
+       "license-name": "GPL-2.0+",
+       "type": "other",
+       "DefaultUserOptions": {
+               "vector-collapsiblenav": 1,
+               "vector-noexperiments": 0
+       },
+       "MessagesDirs": {
+               "CollapsibleVector": [
+                       "i18n"
+               ]
+       },
+       "AutoloadClasses": {
+               "VectorHooks": "CollapsibleVector.hooks.php"
+       },
+       "ResourceModules": {
+               "ext.vector.collapsibleNav": {
+                       "scripts": "modules/ext.vector.collapsibleNav.js",
+                       "styles": "modules/ext.vector.collapsibleNav.less",
+                       "messages": [
+                               "collapsiblevector-collapsiblenav-more"
+                       ],
+                       "dependencies": [
+                               "jquery.client",
+                               "jquery.cookie",
+                               "jquery.tabIndex"
+                       ]
+               }
+       },
+       "ResourceFileModulePaths": {
+               "localBasePath": "",
+               "remoteExtPath": "CollapsibleVector"
+       },
+       "Hooks": {
+               "BeforePageDisplay": [
+                       "VectorHooks::beforePageDisplay"
+               ],
+               "GetPreferences": [
+                       "VectorHooks::getPreferences"
+               ],
+               "ResourceLoaderGetConfigVars": [
+                       "VectorHooks::resourceLoaderGetConfigVars"
+               ],
+               "MakeGlobalVariablesScript": [
+                       "VectorHooks::makeGlobalVariablesScript"
+               ]
+       },
+       "config": {
+               "VectorFeatures": {
+                       "collapsiblenav": {
+                               "global": false,
+                               "user": true
+                       }
+               }
+       }
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5bb269a2741ce06aebba089866ae20757cfc6775
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CollapsibleVector
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>

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

Reply via email to