• UMBRACO
    C
    H
    A
    R
    L
    I
    M
    I
    T
    plugin

Char Limit

Umbraco v7.15.10+, v8.17.1+

A textbox or textarea based on character limit (textbox for less than 100, and textarea for over 100 characters) that counts the number of characters and blocks further typing of the limit is reached. Based on the Char Limit Demo from Nibble http://www.nibble.be/?p=285 but more visually rich.

  • Project Details
  • Documentation
  • Installation
  • Frequently Asked Questions
  • Documentation

    The plugin aims at being simple and easy to use. It has screens to make it easier to use.

    When installing via nuget:

    1. Create a new Data Type, and configure the number of characters allowed
    2. Add the data type to the Document Type

  • Installation

    Install via nuget
    Install-Package SplatDev.Umbraco.Plugins.CharLimitRestrict

    The package reference and the plugin will automatically be applied to the App_Plugins folder

  • Frequently Asked Questions

    Can I use and modify this plugin freely?

    The Data Type is free, open source, and has no restrictions on distribution. The only request is to maintain references to the author (SplatDev).

    Why doesn't Lucene picks up the values?

    The current versions have a bug, and Lucene doesn't pick up the values. This will be fixed in a future version.