Add a text length hint to CMS fields.
Installation via composer
$ composer require littlegiant/silverstripe-admin-text-length
Call ->setLengthHint()
with the length required on any TextField
.
TextField::create('LimitedLength', 'LimitedLength')->setLengthHint(100)
This project follows the standards defined in: