Extend config schema instead of overriding it

Created on 21 June 2022, over 2 years ago
Updated 13 February 2023, almost 2 years ago

The fix for the responsive image submodule is in πŸ› Missing schema for svg_image_responsive submodule Fixed .

Problem/Motivation

This module currently overrides the config schema of field.formatter.settings.image instead of extending it. This became particularly a problem with Drupal 9.4.0 that introduced new properties in this config object that this module's override does not contain yet in its schema _override_.

Core image schema:
https://git.drupalcode.org/project/drupal/-/blob/9.4.x/core/modules/imag...
svg_image schema:
https://git.drupalcode.org/project/svg_image/-/blob/8.x-1.x/config/schem...

Steps to reproduce

Proposed resolution

Extend the config schema instead of overriding it.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine niko-

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024