mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 06:24:44 +02:00
Wip
This commit is contained in:
parent
53ad87a349
commit
a9a18464dd
@ -109,8 +109,10 @@ class EggResource extends Resource
|
||||
->relationship('variables')
|
||||
->name('name')
|
||||
->columns(2)
|
||||
->reorderable()->reorderableWithDragAndDrop()
|
||||
->collapsible()->collapsed()
|
||||
->reorderable()
|
||||
// ->reorderableWithDragAndDrop()
|
||||
->collapsible()
|
||||
->collapsed()
|
||||
->columnSpan(2)
|
||||
->itemLabel(fn (array $state) => $state['name'])
|
||||
->schema([
|
||||
|
Loading…
x
Reference in New Issue
Block a user