Actions
Feature #69351
closedElementBrowser make link targets configurable
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2015-08-27
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
When configuring a link target in the ElementBrowser you currently can choose from no target (which means _self
), _top
and _blank
.
But _top
is barely needed nowadays as framesets are a bit out of fashion. On the other hand if you work with framesets you may want to have the option to choose the target _parent
or a specific frame name.
The link targets should be configurable.
Actions