mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
improve searchbox extra
This commit is contained in:
@@ -87,6 +87,12 @@ class SectionResource extends Resource
|
||||
->label(__('label.search_box.custom_fields_display'))
|
||||
->helperText(__('label.search_box.custom_fields_display_help'))
|
||||
,
|
||||
Forms\Components\CheckboxList::make('other')
|
||||
->options(SearchBox::listExtraText())
|
||||
->columns(2)
|
||||
->label(__('label.search_box.other'))
|
||||
,
|
||||
|
||||
Forms\Components\Section::make(__('label.search_box.section_name'))
|
||||
->schema($sectionNameLocalSchema)
|
||||
->columns(count($sectionNameLocalSchema))
|
||||
|
||||
Reference in New Issue
Block a user