protected function getFormSchema() : array
{
return [
Section::make('Search somethine')->schema([
TextInput::make('parameter_one')->label('Parameter one'),
TextInput::make('parameter_two')->label('Parameter two'),
])
];
}
protected function getFormSchema() : array
{
return [
Section::make('Search somethine')->schema([
TextInput::make('parameter_one')->label('Parameter one'),
TextInput::make('parameter_two')->label('Parameter two'),
])
];
}