This commit is contained in:
Lance Pioch 2024-04-21 21:06:21 -04:00
parent 53ad87a349
commit a9a18464dd

View File

@ -109,8 +109,10 @@ class EggResource extends Resource
->relationship('variables') ->relationship('variables')
->name('name') ->name('name')
->columns(2) ->columns(2)
->reorderable()->reorderableWithDragAndDrop() ->reorderable()
->collapsible()->collapsed() // ->reorderableWithDragAndDrop()
->collapsible()
->collapsed()
->columnSpan(2) ->columnSpan(2)
->itemLabel(fn (array $state) => $state['name']) ->itemLabel(fn (array $state) => $state['name'])
->schema([ ->schema([