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

  1. Enable the module.
  2. Go to the settings page.
  3. 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

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

Hi,

I’ve opened a PR that works on my side with:

  • Drupal core 11.2.4
  • CKEditor Accordion 2.3.0

Cheers,

johnatas’s picture

Status: Active » Needs review
dhruv.mittal’s picture

Reviewing it

dhruv.mittal’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new14.53 KB

I 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