Date | 2020-10-20 (1,487 days ago) |
---|---|
Downloads | 2,002 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.7.2 |
Umbraco Versions | Umbraco 8 |
New alpha release for Umbraco 8. This will not work in Umbraco 7.
#installation
">Installation#changelog
">Changelog"Add link" label is now localized (see 274f3c0
and #13
)
Current translations are "Add link" (English) and "Tilføj link" (Danish).
Added constructor overloads to the LinkPickerLink
class (5030ec7
and #14
)
The new constructor overloads should give developers a bit more freedom to work with the LinkPickerLink
class.
Updated LinkPickerLink
to look up the current URL in the content or media cache (see b614153
and #16
)
As the URL may change over time, an instance of LinkPickerLink
will not try to find the current URL of the item it's pointing to.