Problem/Motivation
The configuration schema is missing. This triggers a warning when saving the configuration and in other operations that validate schema.
No schema for ckeditor_accordion.settings. These errors mean there is configuration that does not comply with its schema. This is not a fatal error, but it is recommended to fix these issues. For more information on configuration schemas, check out <a href="https://www.drupal.org/docs/drupal-apis/configuration-api/configuration-schemametadata">the documentation</a>.
Steps to reproduce
- Enable the module.
- Go to the settings page.
- Save the settings.
The warning may also appear in the Configuration Inspector.
Proposed resolution
- Add a configuration schema.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Screenshot from 2025-10-03 17-17-48.png | 14.53 KB | dhruv.mittal |
Issue fork ckeditor_accordion-3549297
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
johnatas commentedHi,
I’ve opened a PR that works on my side with:
Cheers,
Comment #4
johnatas commentedComment #5
dhruv.mittal commentedReviewing it
Comment #6
dhruv.mittal commentedI am able to reproduce the issue using config inspector
also attaching the screenshot of config inspector
after applying the MR error was not there so moving it to RTBC