Skip to content

Commit

Permalink
fix code field & persist tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Cannonb4ll committed Jan 10, 2024
1 parent a72844d commit c7c4a93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Filament/Pages/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public function form(Form $form): Form
{
return $form->schema([
Tabs::make('main')
->persistTabInQueryString()
->schema([
Tabs\Tab::make('General')
->schema([
Expand Down Expand Up @@ -269,6 +270,8 @@ public function form(Form $form): Form
->schema([
Textarea::make('custom_scripts')
->label('Custom header script')
->rows(10)
->autosize()
->helperText('This allows you to add your own custom widget, or tracking tool. Code inside here will always be placed inside the head section.')
->columnSpan(2),
]),
Expand Down

0 comments on commit c7c4a93

Please sign in to comment.