Problem/Motivation

This module exposes a field formatter, but doesn't tell Drupal how to store the formatter's settings. Adding a simple .schema.yml file in here would be standard practice and comes with these benefits.

Steps to reproduce

Swap in this module's formatter in place a core formatter, export your config, and see in the diff of the field formatter settings that boolean values become integers and integers become strings.

Config diff

Proposed resolution

Add an appropriate .schema.yml file.

Remaining tasks

Review.

User interface changes

None.

API changes

None.

Data model changes

None.

Comments

chrisolof created an issue. See original summary.

chrisolof’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new356 bytes

The attached patch against 2.x adds the missing config schema file.

  • wombatbuddy committed 55361351 on 2.x
    Issue #3381749 by chrisolof: .schema.yml file is missing
    
wombatbuddy’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.