| Date | 2022-04-01 (1,352 days ago) |
|---|---|
| Downloads | 1,009 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 5 |
| Umbraco Versions | Umbraco 9 |
New stable release for Umbraco 9. This release will not work on older versions of Umbraco.
.NET CLI:
dotnet add package Skybrud.Umbraco.TextBox --version 2.0.3Package Manager:
Install-Package Skybrud.Umbraco.TextBox -Version 2.0.3Added a bit of extra styling to the textarea (see 71a76a0)
This sets a minimum height, as well as prevents the textarea from being resized horizontally.
Textarea property editor should use text as value type (see 9a2536e)
This ensures that the database type will be ntext instead of nvarchar, thereby allowing longer values.