'Access wikidata properties in wikibase docker install

I can't figure out how to use wikidata properties when I edit items in wikibase.

I am running wikibase using docker. I'm trying to use wikidata properties, per the instructions given here. I've got the line $wgWBRepoSettings['federatedPropertiesEnabled'] = true; in my LocalSettings.php file.

When I try to add a statement to an existing item, I can't seem to access wikidata properties. For example, I type P31, wdt:P31 and so on.

I created some properties of my own in a previous install, and they worked. I realize that I can't currently use wikidata properties and properties I created myself. I just want to use wikidata properties in this fresh install.

Is there something else I need to do?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source