- 🇳🇿New Zealand quietone
This was recently fixed in 🐛 Filter settings schema types are incorrect Active . That included a post update hook, an update test and a change record.
Closing as a duplicate an moving credit.
filter.module defines a generic schema, but that only works as long as you just store strings. When you no longer do, it falls apart.
That is not only uncommon (everywhere else, we force plugins to define a schema), it is also confusing.
Change filter_settings.*: to type mapping with an empty mapping. Anything that has settings then needs to provide a schema.
Closed: duplicate
11.0 🔥
filter.module
A change record needs to be drafted before an issue is committed. Note: Change records used to be called change notifications.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This was recently fixed in 🐛 Filter settings schema types are incorrect Active . That included a post update hook, an update test and a change record.
Closing as a duplicate an moving credit.