Problem/Motivation

The config schema is currently invalid, and is flagged on Drupal 11.

Steps to reproduce

Create a corresponding entity reference, and check it with the config inspector module, sample output:

$ drush config:inspect --detail --only-error --strict-validation --filter-keys=cer.corresponding_reference.directory
➜  🤖 Analyzing…

 Legend for Data:
  ✅❓  → Correct primitive type, detailed validation impossible.
  ✅✅  → Correct primitive type, passed all validation constraints.
 ------------------------------------------------------ ---------------- ------------- ------
  Key                                                    Status           Validatable   Data
 ------------------------------------------------------ ---------------- ------------- ------
  cer.corresponding_reference.directory:bundles.node.0   missing schema

Proposed resolution

Update the config schema.

Remaining tasks

Provide MR.

Issue fork cer-3567195

Command icon Show commands

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

codebymikey created an issue. See original summary.

codebymikey’s picture

Issue summary: View changes
Status: Active » Needs review
jrochate’s picture

Status: Needs review » Reviewed & tested by the community

It worked fine on a Drupal 11 installation.

anybody’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!!

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.