helllicht / kirby-autoid

AutoID is a plugin for Kirby 2 wich generates unique ids (numeric or hash) for every page.
MIT License
46 stars 3 forks source link

Assign AutoID to pages created through panel hooks #8

Open invasoria opened 7 years ago

invasoria commented 7 years ago

I have a couple of hooks that create or update pages in a given folder based on user creation or update. The hooks work and everything, the thing is that autoID only works if I save the newly created page through the panel and not before that.