You are here

browsersync.schema.yml in Browsersync 8.2

Same filename and directory in other branches
  1. 8 config/schema/browsersync.schema.yml
config/schema/browsersync.schema.yml

File

config/schema/browsersync.schema.yml
View source
  1. # Schema for the configuration files of the Browsersync module.
  2. theme_settings.third_party.browsersync:
  3. type: mapping
  4. label: 'Browsersync settings'
  5. mapping:
  6. enabled:
  7. type: boolean
  8. label: 'Browsersync enabled'
  9. host:
  10. type: string
  11. label: 'Browsersync host'
  12. port:
  13. type: string
  14. label: 'Browsersync port'