You are here

countdown.schema.yml in Countdown 8

config/schema/countdown.schema.yml

File

config/schema/countdown.schema.yml
View source
  1. # Schema for the configuration files of the countdown module.
  2. countdown.settings:
  3. type: config_object
  4. label: 'Default Settings'
  5. mapping:
  6. event_name:
  7. type: string
  8. label: 'Event Name'
  9. url:
  10. type: string
  11. label: 'Event URL'
  12. timestamp:
  13. type: integer
  14. label: 'Event Date'
  15. accuracy:
  16. type: string
  17. label: 'Event accuracy'