diff --git a/src/NotFound/Layout/Inputs/LayoutInputRepeatable.php b/src/NotFound/Layout/Inputs/LayoutInputRepeatable.php index 26e28f0..77dcd97 100644 --- a/src/NotFound/Layout/Inputs/LayoutInputRepeatable.php +++ b/src/NotFound/Layout/Inputs/LayoutInputRepeatable.php @@ -17,6 +17,12 @@ public function setForm(LayoutForm $form) $this->properties->template = $form->build()->items; } + public function showDeleted(): self + { + $this->properties->showDeleted = true; + return $this; + } + public function setValue(mixed $value): self { $this->value = $value;