You are here

smart_date_recur.schema.yml in Smart Date 3.0.x

modules/smart_date_recur/config/schema/smart_date_recur.schema.yml

File

modules/smart_date_recur/config/schema/smart_date_recur.schema.yml
View source
  1. # Schema for the configuration files of the Smart Date Recur module.
  2. field.formatter.settings.smartdate_recurring:
  3. type: field.formatter.settings.datetime_default
  4. label: 'Smart date default display format settings'
  5. mapping:
  6. timezone_override:
  7. type: string
  8. label: 'Time zone override'
  9. translation context: 'Smart date display'
  10. format:
  11. type: string
  12. label: 'Format'
  13. translation context: 'Smart date display'
  14. force_chronological:
  15. type: boolean
  16. label: 'Force chronological'
  17. translation context: 'Smart date display'
  18. past_display:
  19. type: int
  20. label: 'Recent Instances'
  21. translation context: 'Smart date display'
  22. upcoming_display:
  23. type: int
  24. label: 'Upcoming Instances'
  25. translation context: 'Smart date display'
  26. show_next:
  27. type: boolean
  28. label: 'Show next instance separately'
  29. translation context: 'Smart date display'