This is a very simple question I hope there is a simple answer to! How do I set the configuration values of other extensions from my own Skin’s code? Simply adding it the main php code doesn’t seem to work. How do I do this?
Note:
I’m not talking about LocalSettings.php
but from the body of skin code, what is the hook that I can set the config variable say $wgEchoNotificationIcons
in the Echo extension. This way I can have different configs for different skins (I’m building two skins based off Vector and would rather have the configs in skin code).