Hi,

I'm writing here because I have some difficulties with a custom Wikibase instance. I hope it's the right place where to ask.

In particular, when I visit an item page, I want all the properties ordered in a specific way. Googling I've found that Wikidata has a MediaWiki:Wikibase-SortedProperties page. I made my own for my wiki and also I added a line in LocalSettings.php:

$wgWBClientSettings['propertyOrderUrl'] = 'https://mydomain.com/index.php?title=MediaWiki:Wikibase-SortedProperties&action=raw&sp_ver=1';

Unfortunately nothing changed. I haven't found any documentation about this so I made some attemps emulating the wikidata production settings.

Thanks,

Alessio