Skip to content

Commit

Permalink
Merge pull request #133 from lara-zeus/add-tiptap
Browse files Browse the repository at this point in the history
Update TipTapEditor.php
  • Loading branch information
atmonshi authored Aug 18, 2023
2 parents 49730de + 435d78a commit a637646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Classes/TipTapEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public static function component(): Component
return \FilamentTiptapEditor\TiptapEditor::make('content')
->profile('default')
->output(TiptapOutput::Html)
->extraInputAttributes(['style' => 'min-height: 24rem;'])
->required();
}

Expand Down

0 comments on commit a637646

Please sign in to comment.