Closed bjarnef closed 7 years ago
Issue: https://github.com/Gibe/Umbraco-Link-Picker/issues/22
I have added some further localization and remove the target options _top and _parent (I don't think any editors use these values and Umbraco has also removed these values from core. I could also be changed to a checkbox like it is in Umbraco 7.6+ - but it seems the the linkpicker dialog (used in e.g. richtext editor I think) use the dropdownlist. https://github.com/umbraco/Umbraco-CMS/blob/ef0d6eff2ce4ab0bcdfb806b514fcceb2df6f01e/src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html#L25
_top
_parent
while the new linkpicker overlay use checkbox: https://github.com/umbraco/Umbraco-CMS/blob/ef0d6eff2ce4ab0bcdfb806b514fcceb2df6f01e/src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html#L21-L25
Issue: https://github.com/Gibe/Umbraco-Link-Picker/issues/22
I have added some further localization and remove the target options
_top
and_parent
(I don't think any editors use these values and Umbraco has also removed these values from core. I could also be changed to a checkbox like it is in Umbraco 7.6+ - but it seems the the linkpicker dialog (used in e.g. richtext editor I think) use the dropdownlist. https://github.com/umbraco/Umbraco-CMS/blob/ef0d6eff2ce4ab0bcdfb806b514fcceb2df6f01e/src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html#L25while the new linkpicker overlay use checkbox: https://github.com/umbraco/Umbraco-CMS/blob/ef0d6eff2ce4ab0bcdfb806b514fcceb2df6f01e/src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html#L21-L25