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

Change subject: Migrate extension.json to manifest_version 2
......................................................................


Migrate extension.json to manifest_version 2

This allows us to document the configuration options, which I believe
will be very useful once we start adding all the options for importing
constraints from property statements (lots of configurable property IDs
and item IDs).

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

Approvals:
  jenkins-bot: Verified
  Thiemo Mättig (WMDE): Looks good to me, approved



diff --git a/extension.json b/extension.json
index e1b8340..2602678 100644
--- a/extension.json
+++ b/extension.json
@@ -44,8 +44,16 @@
                }
        },
        "config": {
-               "WBQualityConstraintsInstanceOfId": "P31",
-               "WBQualityConstraintsSubclassOfId": "P279"
+               "WBQualityConstraintsInstanceOfId": {
+                       "value": "P31",
+                       "description": "The property ID of the 'instance of' 
property, which specifies the class(es) of an item.",
+                       "public": true
+               },
+               "WBQualityConstraintsSubclassOfId": {
+                       "value": "P279",
+                       "description": "The property ID of the 'subclass of' 
property, which specifies the superclass(es) of an item.",
+                       "public": true
+               }
        },
-       "manifest_version": 1
+       "manifest_version": 2
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic7ad9af6760c4eeac6640af72d9facc2d0b8de88
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: Lucas Werkmeister (WMDE) <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to