We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6feea5e commit 6e47a2bCopy full SHA for 6e47a2b
src/Fields/Repeater.php
@@ -126,6 +126,8 @@ public function getForm(): array
126
->live(debounce: 250)
127
->labelKey('name')
128
->maxDepth(0)
129
+ ->indentable(false)
130
+ ->reorderable(true)
131
->addable(fn (string $operation) => $operation !== 'create')
132
->disabled(fn (string $operation) => $operation === 'create')
133
->hint(fn (string $operation) => $operation === 'create' ? __('Fields can be added once the field is created.') : '')
0 commit comments