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.
2 parents 9e30821 + 8710aef commit ec1a32cCopy full SHA for ec1a32c
README.md
@@ -111,10 +111,19 @@ The extension is built with a modular architecture:
111
112
2. **Installation**
113
```bash
114
- git clone https://github.com/OpenSemanticLab/mediawiki-extensions-MwJson.git
115
- cd mediawiki-extensions-MwJson
+ cd extensions
+ git clone https://github.com/OpenSemanticLab/mediawiki-extensions-MwJson.git MwJson
116
+ cd MwJson
117
```
118
119
+ In the `LocalSettings.php` file, add the config
120
+ ```
121
+ $wgMwJsonSlotRenderResultTransformation = [
122
+ "enabled" => true,
123
+ ];
124
125
+ By enabling the MwJson option, this ensures slot render results are displayed correctly
126
+
127
3. **Building**
128
- Install dependencies
129
- Run tests
0 commit comments