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 text module.
Schema in place
field.text_with_summary.settings
field.text_with_summary.instance_settings
field.text_with_summary.value
field_widget.text_textarea_with_summary.settings

Note: they are part of main field schema patch at #1953404: Add config schema to field and instance config entities
Schema not yet in place
field.text.settings
field.text_long.settings
field.text.instance_settings
field.text_long.instance_settings
field.text.value
field.text_long.value
field_widget.text_textfield.settings
field_widget.text_textarea.settings

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vijaycs85’s picture

Title: Provide config schema to field types and widgets in text module » Provide config schema to field types, widgets and storage in text module
Issue tags: +Field configuration schema
vijaycs85’s picture

Issuing initial patch with screenshot. Screenshots name with 'captcha' are text /text_textfield and Screenshots name with 'about_me' are text_long /text_textarea.

Status: Needs review » Needs work

The last submitted patch, 1973402-config-schema-field-text-2.patch, failed testing.

vijaycs85’s picture

Status: Needs work » Postponed
vijaycs85’s picture

Status: Postponed » Closed (duplicate)

Changes are part of main patch #1953404: Add config schema to field and instance config entities. Closing this issue.

swentel’s picture

Issue tags: -Field API

Removing tags

swentel’s picture

Issue summary: View changes

Updated issue summary.