LemonStand Documentation

Blog module events

Blog module contains a number of events which allow you to extend post, category and comment models. You can find the general description of LemonStand event system in this article: Handling LemonStand events.

Detailed description for the following events will be added later.

  • blog:onExtendCategoryForm
  • blog:onExtendCategoryModel
  • blog:onExtendCommentForm
  • blog:onExtendCommentModel
  • blog:onExtendPostForm
  • blog:onExtendPostModel
  • blog:onGetCategoryFieldOptions
  • blog:onGetCommentFieldOptions
  • blog:onGetPostFieldOptions


Previous: Blog_Comment class
Return to Blog API