Missing schema definition for third party entity_browser_block_layout_view_modes setting

Created on 14 February 2023, over 1 year ago
Updated 9 May 2023, about 1 year ago

Problem/Motivation

The schema definition for the third party entity_browser_block_layout_view_modes setting on node types appears to be missing. This manifests itself in failing functional tests like below:

Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for node.type.test with the following errors: node.type.test:third_party_settings.entity_browser_block_layout.entity_browser_block_layout_view_modes missing schema in Drupal\Core\Config\Development\ConfigSchemaChecker->onConfigSave() (line 94 of core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php).

Steps to reproduce

In a functional test, create a new node type, and ensure that entity_browser_block_layout module is also enabled.
Navigate to the content type edit page for your new node type.
Attempt to save the content type.

Proposed resolution

Provide a schema definition for the view modes config.

Remaining tasks

Review patch

User interface changes

N/A

API changes

N/A

Data model changes

N/A

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States owenbush Denver, CO

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024