mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 10:24:45 +02:00
App Name AlphaNum
Closes https://github.com/pelican-dev/panel/issues/562
This commit is contained in:
parent
40810877e0
commit
58307c15a3
@ -86,6 +86,7 @@ class Settings extends Page implements HasForms
|
||||
TextInput::make('APP_NAME')
|
||||
->label('App Name')
|
||||
->required()
|
||||
->alphaNum()
|
||||
->default(env('APP_NAME', 'Pelican')),
|
||||
TextInput::make('APP_FAVICON')
|
||||
->label('App Favicon')
|
||||
|
Loading…
x
Reference in New Issue
Block a user