Problem/Motivation
Schema issue on Drupal 11.3 on civictheme_three_columns -
core.entity_view_display.node.<content_type.full:third_party_settings.layout_builder.sections.0.layout_settings.vertical_spacing
missing schema. These errors mean there is configuration that does not comply
with its schema. This is not a fatal error, but it is recommended to fix
these issues. For more information on configuration schemas, check out the
documentation [1].
[1] https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-schemametadata
The error relates to the `vertical_spacing` which is set via `Plugin/Layout/ThreeColumnsLayout.php`
Steps to reproduce
Proposed resolution
Add missing schema file.
Comments
Comment #3
richardgaunt commentedAdded schema: https://github.com/civictheme/monorepo-drupal/pull/1508
Comment #4
richardgaunt commentedComment #5
richardgaunt commented