Textarea Limit

Component ID

2713999

Component name

Textarea Limit

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

91

Component created

Component changed

Component body

INTRODUCTION

The Textarea Limit module adds in character limiting to selected textarea widgets. Widgets are selected on the respective form display edit form(s). A global character limit can be used, configurable via an admin form or a local limit can be set.

REQUIREMENTS

This module requires the jquery.limit javascript library which can be found at:
https://code.google.com/archive/p/jquery-limit/downloads. At the time of commit, version 1.3 is required which can be found at https://storage.googleapis.com/google-code-archive-downloads/v2/code.goo...

This would look like the following in composer.json:


{
    "type": "package",
    "package": {
        "version": "dev-master",
        "name": "limit",
        "type": "drupal-library",
        "dist": {
            "url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jquery-limit/jquery.limit-1.3.js",
            "type": "file"
        }
    }
}

INSTALLATION

Install as you would normally install a contributed Drupal module. See: https://www.drupal.org/documentation/install/modules-themes/modules-8

The jquery.limit js library file must be stored at /libraries/limit/jquery.limit-1.3.js

This is a Drupal 8 only module.