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
I have set up the widget to get existing values from an API route (server/api route in a Nuxt3 app).
I was wondering if you could add functionality such that when creating an entry, the widget makes a POST request to an endpoint specified in another property of the widget.
With such functionality, I can sync my entries without having to visit the collection itself and make the additions manually (interrupts the editing flow).
The text was updated successfully, but these errors were encountered:
ancaemcken
changed the title
Additional event when creating entries using the widget
Feature request: Additional event when creating entries using the widget
Aug 1, 2022
Interesting idea! I will see what I can do. It has been a while since I contributed to this project and I think a some refactoring is due. I am not sure how soon I can get to this.
I was thinking of adding events, like initialization even, entry created event and others which you can attach callbacks to.
Hi,
Thanks for the awesome widget 😀
I have set up the widget to get existing values from an API route (server/api route in a Nuxt3 app).
I was wondering if you could add functionality such that when creating an entry, the widget makes a POST request to an endpoint specified in another property of the widget.
With such functionality, I can sync my entries without having to visit the collection itself and make the additions manually (interrupts the editing flow).
The text was updated successfully, but these errors were encountered: