Skip to content

Commit a160156

Browse files
committed
Allow editing of banner images
1 parent c17ab56 commit a160156

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Filament/Pages/ManageTheme.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ public function form(Form $form): Form
1919
->schema([
2020
Forms\Components\Section::make()->columns(2)->schema([
2121
Forms\Components\FileUpload::make('app_banner')
22+
->image()
23+
->imageEditor()
2224
->label(__('Banner Image'))
25+
->disk('public')
2326
->columnSpanFull(),
2427
]),
2528

0 commit comments

Comments
 (0)