bernhardh / nova-dynamic-views

A nova package for dynamically overwrite the custom placeholders
16 stars 9 forks source link

Call standalone action from button #8

Closed warksit closed 2 years ago

warksit commented 2 years ago

Is this possible?

bernhardh commented 2 years ago

Could you be a bit more specific?

warksit commented 2 years ago

Appologies. Am I able to call an existing Nova Action from a button. The action I have in mind is a Standalone Action so does not require a Model Collection

bernhardh commented 2 years ago

You can do in your custom vue components the exact same thing what you could do without this package. This is just a wrapper to allow you to use multiple custom-* components instead of only one.