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
- 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
Issue fork base_field_display-3574543
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 commentedI also added the field formatters.
Comment #6
dom18fr commentedComment #8
johnatas commented