This is the documentation for LemonStand V1, which has been discontinued. You can learn more and upgrade your store here.

LemonStand Version 1 Has Been Discontinued

This documentation is for LemonStand Version 1. LemonStand is now offered as a cloud-based eCommerce platform.
You can try the new LemonStand and learn about upgrading here.

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