You are here

coffee.schema.yml in Coffee 8

config/schema/coffee.schema.yml

File

config/schema/coffee.schema.yml
View source
  1. # Schema for the configuration files of the Coffee module.
  2. coffee.configuration:
  3. type: config_object
  4. label: 'Coffee settings'
  5. mapping:
  6. coffee_menus:
  7. type: sequence
  8. label: 'Coffee menus'
  9. sequence:
  10. - type: string
  11. label: 'Menu'
  12. max_results:
  13. type: integer
  14. label: 'Number of items to show in the search result'