-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
effort XSExtra small effort task (~¼ a week) — does not include review timeExtra small effort task (~¼ a week) — does not include review timeenhancementImprovements or additions to existing featuresImprovements or additions to existing featurespriority ▲High priorityHigh priority
Description
Goal
Any link within a TACC plugin to an external website should automatically open in an external window/tab.
Requirements
- Any TACC plugin link to external website should open in a new window when clicked*.
- This feature should not require configuration by CMS user.
* When clicked without modification key from user. (
Cmd+ click on Mac browsers opens link in new window.)
Direction
Done via #280 (see external_link).
Archived Idea
Use a Django filter "templatetag":
- (Python) Parse any known URL before rendering a link.
- (Python) Conditionally render
target="_blank"attribute in link. - (Template) Apply the filter to CMS menu markup.
- (Template) Apply the filter to article listing template/s (or a shared partial)
Metadata
Metadata
Assignees
Labels
effort XSExtra small effort task (~¼ a week) — does not include review timeExtra small effort task (~¼ a week) — does not include review timeenhancementImprovements or additions to existing featuresImprovements or additions to existing featurespriority ▲High priorityHigh priority