Running drush config:status (or core.entity_form_display.commerce_product_variation.donation.default validation) reports:
missing schema: core.entity_form_display.commerce_product_variation.donation.default:content.variation_alternative.settings
The module registers a form widget plugin (variation_alternative) used on commerce_product_variation form displays, but ships no corresponding schema definition for its settings. Drupal's config schema system expects a field.widget.settings.variation_alternative type in the module's config/schema/*.schema.yml, matching the keys defined in the widget's defaultSettings()/settingsForm().
Without it, any site that configures this widget on a form display will get a non-fatal but persistent schema validation error, and config_devel/config:status-based CI checks will fail.
Issue fork commerce_product_alternative-3604215
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
dkmishra commentedComment #5
zaporylie