You are here

autologout.schema.yml in Automated Logout 8

config/schema/autologout.schema.yml

File

config/schema/autologout.schema.yml
View source
  1. autologout.settings:
  2. type: config_object
  3. mapping:
  4. timeout:
  5. type: integer
  6. label: 'Timeout value'
  7. max_timeout:
  8. type: integer
  9. label: 'Max timeout value'
  10. padding:
  11. type: integer
  12. label: 'Seconds to give a user to respond'
  13. logout_regardless_of_activity:
  14. type: boolean
  15. label: 'Logout user regardless of activity'
  16. no_individual_logout_threshold:
  17. type: boolean
  18. label: 'Disable user-specific logout thresholds'
  19. role_logout:
  20. type: boolean
  21. label: 'Enable role timeout'
  22. role_logout_max:
  23. type: boolean
  24. label: 'Use highest role timeout value'
  25. redirect_url:
  26. type: string
  27. label: 'Redirect url'
  28. no_dialog:
  29. type: boolean
  30. label: 'Integer label'
  31. message:
  32. type: text
  33. label: 'Message to display'
  34. inactivity_message:
  35. type: text
  36. label: 'Message displayed after logging out'
  37. inactivity_message_type:
  38. type: string
  39. label: 'Type of the message displayed'
  40. enforce_admin:
  41. type: boolean
  42. label: 'Enable admin logout'
  43. jstimer_format:
  44. type: string
  45. label: 'JS timer format'
  46. jstimer_js_load_option:
  47. type: boolean
  48. label: 'JS timer load'
  49. use_alt_logout_method:
  50. type: boolean
  51. label: 'Use alternate logout methode'
  52. use_watchdog:
  53. type: boolean
  54. label: 'Use watchdog'
  55. dialog_title:
  56. type: label
  57. label: 'Title'
  58. disable_buttons:
  59. type: boolean
  60. label: 'Disable buttons'
  61. yes_button:
  62. type: label
  63. label: 'Yes button text'
  64. no_button:
  65. type: label
  66. label: 'No button text'
  67. whitelisted_ip_addresses:
  68. type: string
  69. label: 'Whitelisted IP addresses'
  70. autologout.role.*:
  71. type: config_object
  72. label: 'Role Settings'
  73. mapping:
  74. enabled:
  75. type: boolean
  76. label: 'Enabled'
  77. timeout:
  78. type: integer
  79. label: 'Timeout'
  80. url:
  81. type: string
  82. label: 'redirect_url'