- Issue created by @joshahubbers
- Merge request !162Issue #3491083 by joshahubbers: Missing schema for smartdate_custom β (Open) created by joshahubbers
I have applied the patch it works fine for me so moving it to the RTBC
Thanks !!- Status changed to RTBC
about 2 months ago 1:11pm 25 August 2025 - π©πͺGermany stefan.korn Jossgrund
stefan.korn β made their first commit to this issueβs fork.
- π©πͺGermany stefan.korn Jossgrund
It's true that schema defintion for smartdate_custom formatter is not valid. Drupal 11.2 LenientConfigSchemaChecker is complaining.
But seems to me the schema definition for the smartdate_custom formatter from this MR could be reduced by using the config from the core timestamp formatter from which smartdate_custon is inheriting.
I am not exactly sure if all the "label" types are required in the schema. I believe label types would be relevant if the config setting should be translatable?
I have updated the MR. LenientConfigSchemaChecker is not complaining anymore now, but MR should be reviewed regarding the types of the config options.