You are here

duration_field.schema.yml in Duration Field 8

config/schema/duration_field.schema.yml

File

config/schema/duration_field.schema.yml
View source
  1. field.field_settings.duration:
  2. type: mapping
  3. label: 'Duration settings'
  4. mapping:
  5. granularity:
  6. type: mapping
  7. label: 'Granularity'
  8. mapping:
  9. year:
  10. type: boolean
  11. label: 'Year'
  12. month:
  13. type: boolean
  14. label: 'Month'
  15. day:
  16. type: boolean
  17. label: 'Day'
  18. hour:
  19. type: boolean
  20. label: 'Hour'
  21. minute:
  22. type: boolean
  23. label: 'Minute'
  24. second:
  25. type: boolean
  26. label: 'Second'
  27. field.widget.settings.duration_widget:
  28. type: mapping
  29. label: 'Duration widget settings'
  30. mapping:
  31. duration:
  32. type: string
  33. label: 'Duration'
  34. field.formatter.settings.duration_human_display:
  35. type: mapping
  36. label: 'Duration human display formatter settings'
  37. mapping:
  38. text_length:
  39. type: string
  40. label: 'Text Length'
  41. separator:
  42. type: string
  43. label: 'Separator'