You are here

page_load_progress.schema.yml in Page Load Progress 8

config/schema/page_load_progress.schema.yml

File

config/schema/page_load_progress.schema.yml
View source
  1. page_load_progress.settings:
  2. type: config_object
  3. label: 'Page Load Progress settings'
  4. mapping:
  5. page_load_progress_time:
  6. type: integer
  7. label: 'Time to wait before locking the screen'
  8. page_load_progress_elements:
  9. type: text
  10. label: 'HTML elements which will trigger the throbber'
  11. page_load_progress_request_path:
  12. type: string
  13. label: 'Lists of paths to include or exclude'
  14. page_load_progress_request_path_negate_condition:
  15. type: boolean
  16. label: 'Negate request path condition'
  17. page_load_progress_internal_links:
  18. type: boolean
  19. label: 'Use the throbber for internal links'
  20. page_load_progress_esc_key:
  21. type: boolean
  22. label: 'Allow ESC key to kill the throbber'