extlink.schema.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Schema for the configuration files of the exlink module.
  2. extlink.settings:
  3. type: mapping
  4. label: 'External Links Settings'
  5. mapping:
  6. extlink_target:
  7. type: boolean
  8. label: 'Open external links in a new window'
  9. extlink_subdomains:
  10. type: boolean
  11. label: 'Consider subdomains internal'
  12. extlink_alert:
  13. type: boolean
  14. label: 'Enable Pop-up warnings'
  15. extlink_alert_text:
  16. type: string
  17. label: 'Message to display when Pop-up warning is shown'
  18. extlink_exclude:
  19. type: string
  20. label: 'Exclude links matching the pattern'
  21. extlink_include:
  22. type: string
  23. label: 'Include links matching the pattern'
  24. extlink_class:
  25. type: string
  26. label: 'Add icon to external links'
  27. extlink_img_class:
  28. type: boolean
  29. label: 'Treat images wrapped in an anchor tag as external links'
  30. extlink_css_exclude:
  31. type: string
  32. label: 'Comma-separated list of CSS selectors to exclude'
  33. extlink_css_explicit:
  34. type: string
  35. label: 'Comma-separated list of CSS selectors to include'
  36. extlink_mailto_class:
  37. type: string
  38. label: 'Add icon to mailto links'