Thiemo Mättig (WMDE) has uploaded a new change for review.

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

Change subject: Move default preferredGeoDataProperties config up
......................................................................

Move default preferredGeoDataProperties config up

Move it up, next to the closely related preferredPageImagesProperties
config. This got mixed up because we worked on both in parallel.

Change-Id: I5ef327df3e9884343a0545f5e3184ddaf76481bb
---
M repo/config/Wikibase.default.php
1 file changed, 4 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/72/263072/1

diff --git a/repo/config/Wikibase.default.php b/repo/config/Wikibase.default.php
index a6d522a..8a6e060 100644
--- a/repo/config/Wikibase.default.php
+++ b/repo/config/Wikibase.default.php
@@ -41,6 +41,10 @@
                // Items allowed to be used as badges pointing to their CSS 
class names
                'badgeItems' => array(),
 
+               // List of globe-coordinate property id strings, in order of 
preference, to consider for
+               // primary coordinates when extracting coordinates from an 
entity for the GeoData extension.
+               'preferredGeoDataProperties' => array(),
+
                // List of image property id strings, in order of preference, 
that should be considered for
                // the "page_image" page property.
                'preferredPageImagesProperties' => array(),
@@ -139,12 +143,6 @@
                                'de-formal'   => 'de-x-formal',
                                'nl-informal' => 'nl-x-informal',
                ),
-
-               // List of globe-coordinate properties (listed by id string), 
in order of preference,
-               // to consider for primary coordinates when extracting 
coordinates from an Entity
-               // for the GeoData extension.
-               // e.g. array( 'P625', 'P1259' )
-               'preferredGeoDataProperties' => array(),
 
                // Mapping of globe uris to names, as recognized and used by 
GeoData extension
                // when indexing and querying for coordinates.

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ef327df3e9884343a0545f5e3184ddaf76481bb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>

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

Reply via email to