Problem/Motivation

A few months ago, I opened two issues related to missing elements in the schema: #3541992 and #3551393. These issues have been fixed in the 3.x branch of the module, but not in the 2.x branch.

On another project, I am now encountering the same schema validation errors with the following setup:

  • Drupal 11.3.3
  • Orejime 2.0.15

This indicates that the schema problems still exist in the 2.x version of the module.

Proposed resolution

Apply the same schema fixes that were introduced in the 3.x branch to the 2.x branch of the module, so that users who rely on the 2.x version can benefit from the same corrections.

Issue fork orejime-3574473

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

johnatas created an issue. See original summary.

johnatas’s picture

Status: Active » Needs review

I cherry-picked the two related commits and opened a merge request against the 2.0.x branch.