field_example.schema.yml

Same filename in other branches
  1. 3.x modules/field_example/config/schema/field_example.schema.yml
  2. 4.0.x modules/field_example/config/schema/field_example.schema.yml
field_example/config/schema/field_example.schema.yml

File

field_example/config/schema/field_example.schema.yml

View source
  1. # @see Configuration schema/metadata at https://drupal.org/node/1905070
  2. #
  3. field.field_example_rgb.value:
  4. type: sequence
  5. label: 'Default value'
  6. sequence:
  7. - type: mapping
  8. label: 'Default'
  9. mapping:
  10. value:
  11. type: string
  12. label: 'Value'