kirschbaum-development / nova-mail

A Laravel Nova action that provides a mail sending form for any resource
MIT License
73 stars 25 forks source link

Is it possible to add this tool to any Resource view (create, edit, view)? #8

Closed kirschbaum closed 3 years ago

brandonferens commented 5 years ago

@kirschbaum Currently the way Nova works, a resource tool can only be placed on the details view of a resource. We can hijack that, but not sure that would make sense.

Adding it to the index view would really only work if we use an bulk action mentioned in #5.

Adding it to a create/edit view doesn't seem to make sense as the point of that screen is to edit the resource itself, not necessarily do something else with the resource.

Or I may be missing something...