- Status changed to Needs work
over 1 year ago 10:40am 5 April 2023 - 🇬🇧United Kingdom longwave UK
This is missing some parts of the original patch.
The Syndicate block provides a default configuration:
public function defaultConfiguration() {
return [
'block_count' => 10,
];
}
However this value is unused and there is also no form to configure this value.
Remove this from the block configuration and schema. See 🐛 ForumBlockBase::defaultConfiguration() uses a seemingly defunct 'properties' key Postponed for inspiration on a similar issue.
Needs work
10.1 ✨
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is missing some parts of the original patch.