v1.0.2
Installation
Via NuGet:
.NET CLI:
dotnet add package Limbo.Umbraco.TextBox --version 1.0.2
Package Manager:
Install-Package Limbo.Umbraco.TextBox -Version 1.0.2
Changelog
-
Added Czech translations (see #2 and c6aab3b)
Besides the existing English and Danish translations, the two property editors are now also available in Czech. Thanks to a PR from @petr-vojtech 👍 -
Added nullable option to the textbox and textarea data types (see e77c2a0)
If set to nullable, properties will be converted to null if they are either empty or only consist of white spaces.