Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-Emmolo committed Feb 23, 2024
1 parent 2431f66 commit 6d1451d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public function fields(NovaRequest $request)
{
SeoTitle::make(__('Title'), 'title')
->rangeLength(30, 60)
->hideIcon() // For hide the SEO icon
->rules('required', 'max:255', 'min:3');
}
```
Expand Down

0 comments on commit 6d1451d

Please sign in to comment.