When a config field is a textarea the translation field should also be a textarea.

Created on 3 November 2023, about 1 year ago
Updated 26 March 2024, 8 months ago

Problem/Motivation

Using https://www.drupal.org/project/drupal/issues/2546212 🐛 Entity view/form mode formatter/widget settings have no translation UI Needs review .
We now encounter the problem of translate the description and help fields. At the config part this is a text area without any char limit. At the translation part this is a normal textfield with a max char length of 128 chars. This means we can not enter the whole translation of our description via the new interface the patch introduced.

Steps to reproduce

Use https://www.drupal.org/project/drupal/issues/2546212 🐛 Entity view/form mode formatter/widget settings have no translation UI Needs review . Try to translate a field description and field help.

Proposed resolution

Field group module has already fixed this type of issue here https://www.drupal.org/project/field_group/issues/3173509 . The fix is to change the config schema for the description and help fields from label to text.

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇷🇸Serbia sumi

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

Comments & Activities

Production build 0.71.5 2024