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.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

richardgaunt created an issue. See original summary.

  • c4ee866a committed on 1.x
    [#3583803] Added schema for vertical spacing in layout sections. (#1508)
    
richardgaunt’s picture

richardgaunt’s picture

Status: Active » Reviewed & tested by the community
richardgaunt’s picture

Version: 1.x-dev » 1.13.0
Assigned: richardgaunt » Unassigned
Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

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