You are here

tawk_to.schema.yml in Tawk.to - Live chat application (Drupal 8) 8.2

Same filename and directory in other branches
  1. 8 config/schema/tawk_to.schema.yml
config/schema/tawk_to.schema.yml

File

config/schema/tawk_to.schema.yml
View source
  1. # Schema for the configuration files of the tawk_to module.
  2. tawk_to.settings:
  3. type: config_object
  4. mapping:
  5. tawk_to_widget_page_id:
  6. type: string
  7. label: 'Tawk.to widget page ID'
  8. tawk_to_widget_id:
  9. type: string
  10. label: 'Tawk.to widget ID'
  11. visibility:
  12. type: sequence
  13. label: 'Visibility Conditions'
  14. sequence:
  15. type: condition.plugin.[id]
  16. label: 'Visibility Condition'
  17. show_user_name:
  18. type: boolean
  19. label: 'Show user name'
  20. user_name:
  21. type: string
  22. label: 'User name'
  23. show_user_email:
  24. type: boolean
  25. label: 'Show user email'
  26. user_email:
  27. type: string
  28. label: 'User email'