I’m trying to create a content management plugin which would create a git commit after a grav admin save. Unfortunately, onAdminSave
is fired before the actual save, which is not what I want.
I was thinking about adding a new event afterAdminSave
which would be fired just after a succesful save()
. If you think I could do something better, please point me in the right direction.
Thanks!