Skip to content

Commit

Permalink
Update PostResource.php
Browse files Browse the repository at this point in the history
Added Post Content label as lang susceptible
  • Loading branch information
albertobenavides authored Sep 11, 2023
1 parent cde910e commit 010e520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Filament/Resources/PostResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public static function form(Form $form): Form

$set('slug', Str::slug($state));
}),
SkyPlugin::get()->getEditor()::component(),
SkyPlugin::get()->getEditor()::component()
->label(__('Post Content')),
]),

Tabs\Tab::make(__('SEO'))->schema([
Expand Down

0 comments on commit 010e520

Please sign in to comment.