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`
Issue fork single_language_url_prefix-3580197
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
Comment #3
nakaza sora commentedI have created a merge request. Review is appreciated. Thank you!
Comment #4
vinodhini.e commentedHi, 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.