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
there was an issue discussed in the #ponzu slack channel where knowing the order in which content type's item.Hookable methods are executed may have helped a lot. this helps users determine the state of the database and what is available at what time.
documentation would be great to mention this order (note the hook invocations):
there was an issue discussed in the #ponzu slack channel where knowing the order in which content type's
item.Hookable
methods are executed may have helped a lot. this helps users determine the state of the database and what is available at what time.documentation would be great to mention this order (note the hook invocations):
ponzu/system/admin/handlers.go
Lines 1619 to 1710 in ec7b5b2
these are not the only hooks called. other handler funcs have the other
item.Hookable
methods. those should be documented as well.the documentation should live in https://github.com/ponzu-cms/docs and copied into https://github.com/ponzu-cms/ponzu
The text was updated successfully, but these errors were encountered: