Version 1.0.2

Date 2023-02-08 (586 days ago)
Downloads 1,314 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

#installation">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">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.