Closed cord closed 1 year ago
Not sure if I understood the need of this PR, you can already set a custom label by specifing the keys when defining the morphClasses
Something like:
->types([
"Custom Label 1" => \App\Nova\Video::class,
"Custom Label 2" => \App\Nova\Image::class,
"Custom Label 3" => \App\Nova\Text::class,
"Custom Label 4" => \App\Nova\Gallery::class,
])
Allow setting label