We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6163295 commit 97887adCopy full SHA for 97887ad
README.md
@@ -58,6 +58,20 @@ wfLoadExtension( 'WikibaseLocalMedia' );
58
59
You can verify the extension was enabled successfully by opening your wikis Special:Version page in your browser.
60
61
+## PHP Configuration
62
+
63
+Configuration can be changed via [LocalSettings.php].
64
65
+### Setting foreign file repo
66
67
+Optional wiki API URL, works in conjunction with `$wgForeignFileRepos` for retrieving images from any wiki
68
69
+Variable: `$wgWikibaseLocalMediaRemoteApiUrl`
70
71
+Default: `null`
72
73
+Example: `https://commons.wikimedia.org/w/api.php`
74
75
## Running the tests
76
77
* PHP tests: `php tests/phpunit/phpunit.php extensions/WikibaseLocalMedia/tests/`
0 commit comments