© 2026 Hedgehog Software, LLC
// ... <div class="modal-body"> {{ $this->form }} </div> // ...
protected function getFormSchema(): array { return [ Select::make('key') ->label('Vault type') ->options(VaultService::getVaults()) ->required(), // value ]; }