Gibe / Umbraco-Link-Picker

Link picker property editor for Umbraco 7
12 stars 10 forks source link

Localize link picker #25

Closed bjarnef closed 7 years ago

bjarnef commented 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

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