Needs review
Project:
Geofield Map
Version:
11.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2026 at 17:54 UTC
Updated:
20 May 2026 at 18:19 UTC
Jump to comment: Most recent
Saving a View using the geofield_google_map Views style can report config schema errors for some style options in Drupal 11.
This appears to be a follow-up to #3295400: Missing schema for geofield_google_map views style configuration. The main Views style schema exists, but some saved settings still do not match the current schema.
geofield_google_map style.The View may report schema errors such as:
style.options.data_source is a string but the schema expects a sequence.style.options.map_marker_and_infowindow.theming.geofieldmap_entity_type_url.values.* is missing schema.style.options.map_marker_and_infowindow.theming.geofieldmap_entity_type_url.id is missing schema.style.options.map_marker_and_infowindow.theming.geofieldmap_entity_type_url.description is missing schema.Update geofield_map.style.schema.yml so it matches the saved configuration shape for the Views style settings.
None.
None.
None.
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 #3
nick hope commentedI added MR !34.
I tested the MR locally on Drupal 11.3.9 with Geofield Map 11.1.9. Before the change, saving a View using the geofield_google_map style with Entity Type - Image Select theming produced schema warnings for data_source and geofieldmap_entity_type_url settings.
After applying the MR diff as a Composer patch, rebuilding caches, and saving the View again, the schema warnings disappeared. A config schema validation check for the affected View also returned no violations.