mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
fix more modcomment
This commit is contained in:
@@ -41,6 +41,12 @@ class IconResource extends Resource
|
||||
{
|
||||
return $form
|
||||
->schema([
|
||||
Forms\Components\Textarea::make('tip')
|
||||
->default(nexus_trans('label.icon.desc'))
|
||||
->disabled()
|
||||
->columnSpanFull()
|
||||
->rows(18)
|
||||
,
|
||||
Forms\Components\TextInput::make('name')
|
||||
->label(__('label.name'))
|
||||
->required()
|
||||
|
||||
Reference in New Issue
Block a user