You are here

color_field.schema.yml in Color Field 8

Same filename and directory in other branches
  1. 8.2 config/schema/color_field.schema.yml
config/schema/color_field.schema.yml

File

config/schema/color_field.schema.yml
View source
  1. # Schema for the configuration files of the Color Fied module.
  2. # Widget.
  3. entity_form_display.field.color_field_default:
  4. type: entity_field_form_display_base
  5. label: 'Telephone default format settings'
  6. mapping:
  7. settings:
  8. type: mapping
  9. label: 'Settings'
  10. mapping:
  11. placeholder_color:
  12. type: label
  13. label: 'Placeholder for the color property'
  14. placeholder_opacity:
  15. type: label
  16. label: 'Placeholder for the opacity property'
  17. # Formater.
  18. entity_view_display.field.color_field_swatch:
  19. type: entity_field_view_display_base
  20. label: 'Telephone link format settings'
  21. mapping:
  22. settings:
  23. type: mapping
  24. label: 'Settings'
  25. mapping:
  26. title:
  27. type: label
  28. label: 'Title to replace basic numeric telephone number display'
  29. # Formater.
  30. entity_view_display.field.color_field_text:
  31. type: entity_field_view_display_base
  32. label: 'Telephone link format settings'
  33. mapping:
  34. settings:
  35. type: mapping
  36. label: 'Settings'
  37. mapping:
  38. title:
  39. type: label
  40. label: 'Title to replace basic numeric telephone number display'