grav-plugin-flex-objects
grav-plugin-flex-objects copied to clipboard
Admin Event Hook for Flex Object
Hello!
Can you give me the correct Admin Event Hook that I can use to intervene when saving Flex Objects to extend the functionality in my plugin? The “onAdminSave” event does not work for me at this point. I am looking forward to help!
Greetings, Christiana
I think I found it. It is onFlexAfterSave(), right?
Yes. That said, it's also possible to have an event call every time the object is updated, regardless of where it happens.