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 base_field_display.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

Status: Active » Needs review

I also added the field formatters.

dom18fr made their first commit to this issue’s fork.

dom18fr’s picture

Status: Needs review » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

johnatas’s picture

Status: Fixed » Closed (fixed)