stephenjude / filament-blog

A faceless blog content manager with configurable richtext and markdown support for filament admin panel
MIT License
147 stars 34 forks source link

Make the content field required and wrap long content #42

Closed martinmildner closed 9 months ago

martinmildner commented 9 months ago

The content field is currently not ->required() although the database field is not ->nullable(). This PR makes the content field required.

In addition this PR wraps long content within the table.

stephenjude commented 9 months ago

Thank you @martinmildner