mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 15:34:44 +02:00
These are emails
This commit is contained in:
parent
7f6e4a18c1
commit
3609873c4c
@ -31,6 +31,7 @@ class CreateEgg extends CreateRecord
|
||||
Forms\Components\TextInput::make('author')
|
||||
->maxLength(191)
|
||||
->required()
|
||||
->email()
|
||||
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2])
|
||||
->helperText('The author of this version of the Egg.'),
|
||||
Forms\Components\Textarea::make('description')
|
||||
|
@ -38,6 +38,7 @@ class EditEgg extends EditRecord
|
||||
Forms\Components\TextInput::make('author')
|
||||
->required()
|
||||
->maxLength(191)
|
||||
->email()
|
||||
->disabled()
|
||||
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2])
|
||||
->helperText('The author of this version of the Egg. Uploading a new Egg configuration from a different author will change this.'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user