littlegiant / silverstripe-admin-text-length
There is no license information available for the latest version (2.1) of this package.
Package info
github.com/littlegiant/silverstripe-admin-text-length
Language:JavaScript
Type:silverstripe-vendormodule
pkg:composer/littlegiant/silverstripe-admin-text-length
2.1
2018-07-03 02:29 UTC
Requires
- silverstripe/admin: ^1.0
- silverstripe/vendor-plugin: ^1.0
This package is auto-updated.
Last update: 2026-03-01 00:27:38 UTC
README
Add a text length hint to CMS fields.
Installation
Installation via composer
$ composer require littlegiant/silverstripe-admin-text-length
Usage
Call ->setLengthHint() with the length required on any TextField.
TextField::create('LimitedLength', 'LimitedLength')->setLengthHint(100)
Contributing
Code guidelines
This project follows the standards defined in:

