- 🇩🇪Germany Grevil
This issue provided a schema definition for exclude, negate and display_field, but never provided an update hook to adjust the values for preexisting installations.
"display_field" and "exclude" are fine, since they are strings. But we need to provide an update hook for "negate", since originally integer was used for this setting:
variable type is integer but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData
I'll create a follow-up issue.