bu.schema.yml in Browser update 8
config/schema/bu.schema.yml
File
config/schema/bu.schema.ymlView source
- bu.settings:
- type: config_object
- label: 'Browser Update settings'
- mapping:
- notify_ie:
- type: float
- label: 'IE/Edge version for notification'
- notify_firefox:
- type: float
- label: 'Firefox version for notification'
- notify_opera:
- type: float
- label: 'Opera version for notification'
- notify_safari:
- type: float
- label: 'Safari version for notification'
- notify_chrome:
- type: float
- label: 'Chrome version for notification'
- insecure:
- type: boolean
- label: 'Notify all browser versions with severe security issues'
- unsupported:
- type: boolean
- label: 'Notify all browsers that are not supported by the vendor anymore'
- mobile:
- type: boolean
- label: 'Notify mobile browsers'
- visibility_type:
- type: string
- label: 'Visibility setting type'
- visibility_pages:
- type: string
- label: 'A list of pages to which the visibility setting applies'
- source:
- type: uri
- label: 'Source URL for the browser-update script'
- show_source:
- type: uri
- label: 'Source URL for the show message script'
- position:
- type: string
- label: 'Screen position'
- text_override:
- type: string
- label: 'Overrides the text displayed in the message'
- reminder:
- type: integer
- label: 'Number of hours before the message should reappear'
- reminder_closed:
- type: integer
- label: 'Number of hours before the message should reappear after ignore'
- new_window:
- type: boolean
- label: 'Causes message to link to a new window'
- url:
- type: uri
- label: 'Destination for the user when clicking the notification'
- no_close:
- type: boolean
- label: 'Prevents the "Ignore" button from appearing in the message'
- test_mode:
- type: boolean
- label: 'Sets browser update in test mode, displaying message on all pages'