Limbo.Umbraco.TextBox
1.0.3
Prefix Reserved
See the version list below for details.
dotnet add package Limbo.Umbraco.TextBox --version 1.0.3
NuGet\Install-Package Limbo.Umbraco.TextBox -Version 1.0.3
<PackageReference Include="Limbo.Umbraco.TextBox" Version="1.0.3" />
paket add Limbo.Umbraco.TextBox --version 1.0.3
#r "nuget: Limbo.Umbraco.TextBox, 1.0.3"
// Install Limbo.Umbraco.TextBox as a Cake Addin #addin nuget:?package=Limbo.Umbraco.TextBox&version=1.0.3 // Install Limbo.Umbraco.TextBox as a Cake Tool #tool nuget:?package=Limbo.Umbraco.TextBox&version=1.0.3
Limbo Textbox (or Limbo.Umbraco.TextBox) is a package that adds new textbox and textarea property editors for Umbraco 10+. While having similar functionality to the build in property editors, this package adds a few extra features:
More visible character limit
The default property editors in Umbraco only shows the limit when it has been reached, whereas the property editors in this package show the limit right away, making it more visual to the editor that there is a limit.Enforced character limit
Umbraco will only show the limit when it has been reached or exceeded, but not actually enforce the character limit. Via the config option on the data type, the property editors in this package can be configured to prevent the user from exceeding the character limit.Placeholder text
Both the textbox and textarea property editors allows setting a placeholder text that will be visible to the user when editing the properties in the backoffice.Fallback text
An optional fallback text may be set on the data type to be used instead when the property is left blank. The underlying property value converter will make sure the fallback value is returned when this is the case.
Screenshots
Empty properties with the placeholder text visible
Properties with values below the character limit
Properties with values above the character limit, but not enforced
The configuration options (prevalues) of the textarea data type
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Skybrud.Essentials (>= 1.1.48)
- Umbraco.Cms.Core (>= 10.0.0 && < 12.0.0)
- Umbraco.Cms.Web.BackOffice (>= 10.0.0 && < 12.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.