- Issue created by @RichardGaunt
- 🇦🇺Australia alex.skrypnyk Melbourne
@richard
I think this functionality already existshttps://github.com/civictheme/monorepo-drupal/blob/82834bb759be505152406...
Opening external links in a new window is not always preferable. It would be good to have an option to determine how to handle external links
1. Add an external link
2. Note the external icon
3. Note that the link opens in a new window
1. Add a theme option to toggle whether links should open in a new window.
1. Create a utility function for getting the base link variables that every link uses. Currently this should be link text, url, is_external, is_new_window
2. Within this utility function we use theme options to determine whether to open the link in a new window.
Active
1.8
Code
@richard
I think this functionality already exists
https://github.com/civictheme/monorepo-drupal/blob/82834bb759be505152406...