Date | 2021-10-02 (1,140 days ago) |
---|---|
Downloads | 600 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.7.2 |
Umbraco Versions | Umbraco 8 |
New release for Umbraco 8. This release will not work with other versions of Umbraco.
#installation
">Installation#changelog
">ChangelogAdded support for localized placeholder and fallback values (3bbae9b
and 09e36f8
)
Both placeholder and fallback values can now be localized if specified in the format of
- eg. #area
_key
will use Umbraco's existing translation, and be About in English, but Om in Danish.#general
_about
Added cache busting for property editor views (25d23e5
)
Umbraco does not automatically append a cache busting value to the URLs of Angular view from within this package, so this release introduces logic to ensure that Angular views has a proper cache busting value appended to their URLs.