Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add `->fullWidth()` example to readme
  • Loading branch information
ahmic authored Jan 25, 2023
1 parent 94bd0ec commit 0dd5f33
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 @@ -96,6 +96,7 @@ class Article extends Resource
return [
TinymceEditor::make(__('Content'), 'content')
->rules(['required', 'min:20'])
->fullWidth()
->help(__('The content of the article.')),
];
}
Expand Down

0 comments on commit 0dd5f33

Please sign in to comment.