You are here

bu.schema.yml in Browser update 8

config/schema/bu.schema.yml

File

config/schema/bu.schema.yml
View source
  1. bu.settings:
  2. type: config_object
  3. label: 'Browser Update settings'
  4. mapping:
  5. notify_ie:
  6. type: float
  7. label: 'IE/Edge version for notification'
  8. notify_firefox:
  9. type: float
  10. label: 'Firefox version for notification'
  11. notify_opera:
  12. type: float
  13. label: 'Opera version for notification'
  14. notify_safari:
  15. type: float
  16. label: 'Safari version for notification'
  17. notify_chrome:
  18. type: float
  19. label: 'Chrome version for notification'
  20. insecure:
  21. type: boolean
  22. label: 'Notify all browser versions with severe security issues'
  23. unsupported:
  24. type: boolean
  25. label: 'Notify all browsers that are not supported by the vendor anymore'
  26. mobile:
  27. type: boolean
  28. label: 'Notify mobile browsers'
  29. visibility_type:
  30. type: string
  31. label: 'Visibility setting type'
  32. visibility_pages:
  33. type: string
  34. label: 'A list of pages to which the visibility setting applies'
  35. source:
  36. type: uri
  37. label: 'Source URL for the browser-update script'
  38. show_source:
  39. type: uri
  40. label: 'Source URL for the show message script'
  41. position:
  42. type: string
  43. label: 'Screen position'
  44. text_override:
  45. type: string
  46. label: 'Overrides the text displayed in the message'
  47. reminder:
  48. type: integer
  49. label: 'Number of hours before the message should reappear'
  50. reminder_closed:
  51. type: integer
  52. label: 'Number of hours before the message should reappear after ignore'
  53. new_window:
  54. type: boolean
  55. label: 'Causes message to link to a new window'
  56. url:
  57. type: uri
  58. label: 'Destination for the user when clicking the notification'
  59. no_close:
  60. type: boolean
  61. label: 'Prevents the "Ignore" button from appearing in the message'
  62. test_mode:
  63. type: boolean
  64. label: 'Sets browser update in test mode, displaying message on all pages'