The schema yml file is missing. This causes errors by the configuration inspector: "The site's configuration does not match the associated schema."

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marco-s created an issue. See original summary.

marco-s’s picture

Status: Active » Needs review
FileSize
1.21 KB

Adding patch.

marco-s’s picture

I also had the missing schema error for "default_value.0.value". Solved that by adding field.value.time and field.value.time_range. Is that correct?
Updated the patch accordingly.

Ruuds’s picture

I also encountered the schema missing error when integrating time_field into one of my functional tests:

Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for core.entity_form_display.contact_message.test_contact_form.default with the following errors: core.entity_form_display.contact_message.test_contact_form.default:content.field_time.settings.enabled missing schema, core.entity_form_display.contact_message.test_contact_form.default:content.field_time.settings.step missing schema

The patch from #3 solved the problem. Thank you @marco-s.

Kris77’s picture

Patch in #3 works for me too.

Thanks @Marco-s

BramDriesen’s picture

Status: Needs review » Reviewed & tested by the community

  • marco-s authored 7adffb6 on 2.x
    Issue #3137773 by marco-s, Ruuds, Kris77, BramDriesen: Missing config...
BramDriesen’s picture

Status: Reviewed & tested by the community » Fixed

Thanks all.

BramDriesen’s picture

Added credits for reviewers.

BramDriesen’s picture

Version: 8.x-1.13 » 2.x-dev

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.