mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Hide this for now
This commit is contained in:
parent
db9b3e9b67
commit
e276a07f1b
@ -98,7 +98,10 @@ class CreateNode extends CreateRecord
|
|||||||
->regex('/[a-zA-Z0-9_\.\- ]+/')
|
->regex('/[a-zA-Z0-9_\.\- ]+/')
|
||||||
->helperText('Character limits: [a-zA-Z0-9_.-] and [Space]')
|
->helperText('Character limits: [a-zA-Z0-9_.-] and [Space]')
|
||||||
->maxLength(100),
|
->maxLength(100),
|
||||||
Forms\Components\Textarea::make('description')->columnSpanFull()->rows(5),
|
Forms\Components\Textarea::make('description')
|
||||||
|
->hidden()
|
||||||
|
->columnSpanFull()
|
||||||
|
->rows(5),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user