Ciencia-Al-Poder
Some core configuration settings are arrays that allow extensions to add more elements. For example $wgActions
, $wgLogNames
, etc.
However, Manual:Extension registration doesn’t mention this, only documents how to add new configurations.
In some extensions, I’ve seen they resolve this by using the onRegistration
hook and doing this by code. But is this actually possible to do with extension.json?