mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 06:24:44 +02:00
Better helper text
This commit is contained in:
parent
6e4f3f7191
commit
f5a0a0f8ba
@ -96,7 +96,7 @@ class CreateNode extends CreateRecord
|
||||
->required()
|
||||
->columnSpanFull()
|
||||
->regex('/[a-zA-Z0-9_\.\- ]+/')
|
||||
->helperText('Character limits: [a-zA-Z0-9_.-] and [Space]')
|
||||
->helperText('This is just a display name and can be changed later. Character limits: a-Z, 0-9, and [.-_ ]')
|
||||
->maxLength(100),
|
||||
Forms\Components\Textarea::make('description')
|
||||
->hidden()
|
||||
|
Loading…
x
Reference in New Issue
Block a user