- Issue created by @littlepixiez
- Merge request !11#3422608 Added third party field widget settings to mask schema → (Open) created by littlepixiez
- Status changed to Needs review
9 months ago 11:29am 20 February 2024
When running functional tests and using config that uses "mask" third party settings, I get the following error:
Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for core.entity_form_display.user.user.register with the following errors: core.entity_form_display.user.user.register:content.field_xxx.third_party_settings.mask missing schema
1. Create a module that installs config that has mask third party settings on a field in the form display
2. Add a functional test that installs this module
3. Run the functional test
Add the missing widget settings in the schema.
Have a solution for this and will follow it with the code change shortly. Thanks for the great module!
Needs review
2.0
Code