diff --git a/README.md b/README.md index efd1228..e69758a 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ class Article extends Resource return [ TinymceEditor::make(__('Content'), 'content') ->rules(['required', 'min:20']) + ->fullWidth() ->help(__('The content of the article.')), ]; }