- πΊπΈUnited States DamienMcKenna NH, USA
I'm not sure the best approach to define the schema, given that it overrides a core class. Is this the right direction?
When running the CoreMediaUpdatePathTest from the media_entity module there's an error checking the configuration schema for the upgraded media.type.image
configuration.
The error is Schema key media.type.image:source_configuration.gather_exif failed with: missing schema
Work out how to support configuration schema and keep the class overriding in place.
Note in order to see the error you'll need #3062560: Enable the CoreMediaUpdatePathTest because it is critical β and #3062556: UpdatePathTestBase does not support the $configSchemaCheckerExclusions property β
Active
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I'm not sure the best approach to define the schema, given that it overrides a core class. Is this the right direction?