Schema is missing

Created on 15 November 2021, about 3 years ago
Updated 3 May 2024, 7 months ago

Problem/Motivation

Schema for formatter is missing.

Steps to reproduce

.

Proposed resolution

Add schema file for formatter settings.

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Fixed

Version

1.0

Component

Code

Created by

🇵🇱Poland lamp5 Rzeszow

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.

  • 🇩🇪Germany Grevil

    This issue provided a schema definition for exclude, negate and display_field, but never provided an update hook to adjust the values for preexisting installations.

    "display_field" and "exclude" are fine, since they are strings. But we need to provide an update hook for "negate", since originally integer was used for this setting:

    variable type is integer but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData

    I'll create a follow-up issue.

Production build 0.71.5 2024