enkelmedia / TheDashboard

Magic dashboard for Umbraco
MIT License
39 stars 42 forks source link

Feature Request - Opening Dashboard links in separate tabs #25

Closed blachawk closed 6 years ago

blachawk commented 7 years ago

I just installed this package into Umbraco 7.6.3. and it works great so far in my opinion. What developer steps can I can to modify the package so that when I click on links in the dashboard, that they open up in separate tabs, not the same window?

Thanks

enkelmedia commented 7 years ago

Hi! I guess you could just add target="_blank" to the links?

blachawk commented 7 years ago

Ah yes, very easy to implement. Thanks

enkelmedia commented 7 years ago

Please let me know if this works for you - might be something that we can add as a setting in the future.