jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/343284 )

Change subject: Document config settings in extension.json
......................................................................


Document config settings in extension.json

Change-Id: If0d9e8224909c193b677008721360ffbca9ad904
---
M extension.json
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Thiemo Mättig (WMDE): Looks good to me, approved
  Jforrester: Looks good to me, but someone else must approve



diff --git a/extension.json b/extension.json
index d9a3600..69e984f 100644
--- a/extension.json
+++ b/extension.json
@@ -15,8 +15,11 @@
                "MediaWiki": ">= 1.27.0"
        },
        "config": {
+               "@InterwikiSortingSort": "The default sort order to use. 'code' 
is build in and orders alphabetically by interwiki code.",
                "InterwikiSortingSort": "code",
+               "@InterwikiSortingSortPrepend": "Codes that should appear at 
the start of the list of interwiki links.",
                "InterwikiSortingSortPrepend": [],
+               "@InterwikiSortingInterwikiSortOrders": "Definition of sort 
orders. Each sort order key should be the sort order name, for example 
'alphabetical'. Each key should have a value of an array of interwiki codes in 
the order to be sorted.",
                "InterwikiSortingInterwikiSortOrders": []
        },
        "AutoloadClasses": {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If0d9e8224909c193b677008721360ffbca9ad904
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/InterwikiSorting
Gerrit-Branch: master
Gerrit-Owner: Addshore <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: WMDE-Fisch <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to