You are here

rate.schema.yml in Rate 8

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

File

config/schema/rate.schema.yml
View source
  1. rate.settings:
  2. type: config_object
  3. label: 'Rate settings'
  4. mapping:
  5. use_ajax:
  6. type: boolean
  7. label: 'Use AJAX'
  8. widget_type:
  9. type: string
  10. label: 'Widget type'
  11. enabled_types_widgets:
  12. type: sequence
  13. label: 'Enabled entity types and widgets'
  14. sequence:
  15. type: sequence
  16. label: 'Bundle'
  17. sequence:
  18. type: mapping
  19. label: 'Entity'
  20. mapping:
  21. widget_type:
  22. type: string
  23. label: 'Widget type'
  24. entity_type_id:
  25. type: string
  26. label: 'Entity Type'
  27. use_ajax:
  28. type: boolean
  29. label: 'Use AJAX'
  30. bot_minute_threshold:
  31. type: string
  32. label: 'Bot minute threshold'
  33. bot_hour_threshold:
  34. type: string
  35. label: 'Bot hour threshold'
  36. botscout_key:
  37. type: string
  38. label: 'BotScout.com API key'