Idea Summary
In the Link Builder I would like to have the option to define the Target.

Use Case
When you want to open a page in a new Tab or new Window, you need to be able to define the Target.
Preferred Solution (Optional)
Add in Advanced a dropdown choice of Target:
| Value | Description |
| --- | --- |
| _blank | Opens the linked document in a new window or tab |
| _self | Opens the linked document in the same frame as it was clicked (this is default) |
| _parent | Opens the linked document in the parent frame |
| _top | Opens the linked document in the full body of the window |
| framename | Opens the linked document in the named iframe |