- 🇩🇪Germany Anybody Porta Westfalica
@leonardT are you planning to provide details and create a MR perhaps?
The providerExists()
method in TagManager.php is needed to allow other modules/themes to add new fences wrappers.
/**
* {@inheritdoc}
*/
protected function providerExists($provider) {
return $this->moduleHandler->moduleExists($provider) || $this->themeHandler->themeExists($provider);
}
Postponed: needs info
2.0
Code (fences)
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@leonardT are you planning to provide details and create a MR perhaps?