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.

Proposed resolution
Add an appropriate .schema.yml file.
Remaining tasks
Review.
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | rtz-config-schema-yml-3381749-2.patch | 356 bytes | chrisolof |
| Screenshot from 2023-08-17 12-05-27.png | 6.13 KB | chrisolof |
Comments
Comment #2
chrisolofThe attached patch against 2.x adds the missing config schema file.
Comment #4
wombatbuddy commented