Skip to content

Commit 0dd5f33

Browse files
authored
Update README.md
add `->fullWidth()` example to readme
1 parent 94bd0ec commit 0dd5f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ class Article extends Resource
9696
return [
9797
TinymceEditor::make(__('Content'), 'content')
9898
->rules(['required', 'min:20'])
99+
->fullWidth()
99100
->help(__('The content of the article.')),
100101
];
101102
}

0 commit comments

Comments
 (0)