refactored search with free search term support (#1064)
This commit is contained in:
@@ -18,6 +18,11 @@ class ThemeConfiguration implements SystemBundleConfiguration
|
||||
return 'theme';
|
||||
}
|
||||
|
||||
public function isAutoReloadDatatable(): bool
|
||||
{
|
||||
return (bool) $this->find('auto_reload_datatable');
|
||||
}
|
||||
|
||||
public function getSelectPicker(): string
|
||||
{
|
||||
return (string) $this->find('select_type');
|
||||
|
||||
Reference in New Issue
Block a user