Skip to content

Commit

Permalink
docs: readme in config/extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Feb 28, 2025
1 parent aef2674 commit b43674d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions deploy/config/extensions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Wikibase Suite User defined MediaWiki Extensions

- Put your extension here.
```
deploy
|
+- config
|
+- extensions
|
+- README.md <- you are here
|
+- MyExtension <- add this extension directory
|
+- extension.json
```
- Load via LocalSettings.php

```php
wfLoadExtension('extensions/MyExtension')
```

0 comments on commit b43674d

Please sign in to comment.