Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 294447

Provide config schema to field types, widgets and storage in number module

$
0
0

Follow up for #1953404: Add config schema to field and instance config entities

Problem/motivation

#1866610: Introduce Kwalify-inspired schema format for configuration introduced the idea of config schema. The changelog leads to (hopefully extensive) documentation on the format at http://drupal.org/node/1905070. As a part of schema addition to field module(#1953404: Add config schema to field and instance config entities), found that we have to provide schema for field types, field widgets and field storage.

Proposed solution

Create a configuration schema for field types, field widget and field storage (if applicable) defined in number module.
Schema in place

Schema not yet in place
field.number_integer.settings
field.number_integer.instance_settings
field.number_integer.value

field.number_decimal.settings
field.number_decimal.instance_settings
field.number_decimal.value

field.number_float.settings
field.number_float.instance_settings
field.number_float.value

field_widget.number.settings


Viewing all articles
Browse latest Browse all 294447

Trending Articles