You are here

elf.schema.yml in External Links Filter 8

config/schema/elf.schema.yml

File

config/schema/elf.schema.yml
View source
  1. # Schema for the configuration files of the Elf module.
  2. elf.settings:
  3. type: config_object
  4. label: 'Elf settings'
  5. mapping:
  6. elf_domains:
  7. label: 'Internal domains'
  8. type: sequence
  9. sequence:
  10. type: string
  11. elf_window:
  12. type: boolean
  13. label: 'Use JavaScript to open external links in a new window'
  14. elf_redirect:
  15. type: boolean
  16. label: 'Redirect users to external websites via !url_path'