Configuration schema missing

Created on 18 February 2025, about 2 months ago

Problem/Motivation

The search_exclude module is missing a configuration schema definition for its configuration settings. This results in:

  • Validation warnings when exporting/importing configuration.
  • Issues with typed configuration, which may affect multilingual support.
  • Potential inconsistencies when deploying configuration across environments.

Steps to reproduce

  1. Install the search_exclude module.
  2. Install and enable the config_inspector β†’ module.
  3. Navigate to Reports β†’ Configuration Inspector (/admin/reports/config-inspector).
  4. Observe missing schema warnings related to the search_exclude.settings configuration.
  5. Run drush config:validate and note any schema validation errors.
  6. Export configuration using drush config:export and check for warnings related to missing schemas.

Proposed resolution

  • Define the missing configuration schema in search_exclude.schema.yml:
    • Add a schema definition for search_exclude.settings.
    • Ensure all configuration keys have proper types.
  • Add a test to validate that the schema is correctly applied.

Remaining tasks

  • Identify all missing configuration schema keys using config_inspector.
  • Add a schema definition file (search_exclude.schema.yml).
  • Write functional and schema validation tests. (Remove override to disable schema validation in PHPUnit tests.)
  • Update module documentation if necessary.

User interface changes

None.

API changes

None (unless the missing schema affects how configuration is loaded).

Data model changes

  • The schema definition will provide structured typing for configuration.
  • No changes to stored configuration values.
πŸ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States trackleft2 Tucson, AZ πŸ‡ΊπŸ‡Έ

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024