Date | 2022-06-01 (898 days ago) |
---|---|
Downloads | 2,372 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.
#installation
">Installation.NET CLI:
dotnet add package Skybrud.Umbraco.TextBox --version 2.0.4
Package Manager:
Install-Package Skybrud.Umbraco.TextBox -Version 2.0.4
#changelog
">ChangelogAdded option to strip HTML from output values (see 1d043db
)
Normally the property value will be returned "as-is" - but the new option, if enabled, will strip the output value for any HTML. This also includes an added dependency for Skybrud.Essentials.
Minor styling improvements (see b74b395
)
This improves the styling of the textarea bit.