ponzu-cms / ponzu

Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
https://docs.ponzu-cms.org
BSD 3-Clause "New" or "Revised" License
5.68k stars 386 forks source link

Content creation hook #264

Closed nanohard closed 6 years ago

nanohard commented 6 years ago

I need a hook to run on content creation, so I guess I'll be building that as well and PR when it's done.

nilslice commented 6 years ago

Take a look at these docs: https://docs.ponzu-cms.org/Interfaces/Item/#itemhookable

nanohard commented 6 years ago

You sexy beast you.