You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attributes would be nice, too. I'm looking to make the slug non-editable, so users can't mangle the slug with spaces, and Slug::make('slug')->attributes(['readonly']) would allow me to do that.
Nova fields have
help
text that can be specified by->help($text)
method. BothTextWithSlug
andSlug
don’t render this help text.The text was updated successfully, but these errors were encountered: