Currently the community config page is always visible because the default Provider we have configured in the extension.json does not allow us to toggle the interface dynamically. We want to change that and set the visibility depending on the CiteBacklinkCommunityConfiguration flag.
Implementation:
- I guess we need to implement our own Provider class by inheriting from MediaWikiConfigProvider
- Then we can make sure that MediaWikiConfigProvider::getOptionValue( 'excludeFromUI' ) returns false / true depending on the config setting