You are here

drupalchat.schema.yml in DrupalChat 8

config/schema/drupalchat.schema.yml

File

config/schema/drupalchat.schema.yml
View source
  1. drupalchat.settings:
  2. type: config_object
  3. label: 'DrupalChat Config'
  4. mapping:
  5. drupalchat_polling_method:
  6. type: integer
  7. drupalchat_external_api_key:
  8. type: string
  9. drupalchat_app_id:
  10. type: string
  11. drupalchat_path_visibility:
  12. type: string
  13. drupalchat_path_pages:
  14. type: string
  15. drupalchat_rel:
  16. type: integer
  17. drupalchat_ur_name:
  18. type: string
  19. drupalchat_notification_sound:
  20. type: integer
  21. drupalchat_user_picture:
  22. type: integer
  23. drupalchat_enable_smiley:
  24. type: integer
  25. drupalchat_log_messages:
  26. type: integer
  27. drupalchat_anon_prefix:
  28. type: string
  29. drupalchat_anon_use_name:
  30. type: integer
  31. drupalchat_user_latency:
  32. type: integer
  33. drupalchat_refresh_rate:
  34. type: integer
  35. drupalchat_enable_chatroom:
  36. type: integer
  37. drupalchat_session_caching:
  38. type: integer