Problem/Motivation

The module has no config schema file, causing a "No schema for single_language_url_prefix.settings" warning during strict schema checking.

Steps to reproduce

1. Install the single_language_url_prefix module
2. Run config schema validation
3. Warning: `No schema for single_language_url_prefix.settings`

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

nakaza sora created an issue. See original summary.

nakaza sora’s picture

Assigned: nakaza sora » Unassigned
Status: Active » Needs review

I have created a merge request. Review is appreciated. Thank you!

vinodhini.e’s picture

Hi, Tested this module on Drupal 11.2.5.

Ran schema validation using the Config Inspector module.

Before applying MR #2:
Found warning — No schema available for this module.

After applying MR #2:
Re-ran schema validation and the issue is resolved.
Schema is now available for this module. Thanks.