Fix config schema

Created on 24 October 2023, 8 months ago

Problem/Motivation

From Drupal 10.1.x allowed_formats setting was added to Formatted text field types

see https://www.drupal.org/node/3318572 β†’

"Key / Value (long)" field type extends "Text (formatted, long)" core field type, so it will have allowed_formats setting too, but currently it is not described in field.field_settings.key_value_long config schema, so we got Missing schema error from config inspector

Also we're missing definition for description in config schemas for field.value.key_value and field.value.key_value_long.

Proposed resolution

Update field.field_settings.key_value_long schema to inherit field.field_settings.text_long schema from core

Add desctiption to field.value.key_value and field.value.key_value_long schemas

πŸ› Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡·πŸ‡ΊRussia sorlov

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

Comments & Activities

Production build 0.69.0 2024