Create a custom moderation view

circle-check

This example shows you how you can implement a moderation view with a custom Approve/Reject workflow.

In our example, we want to Approve or Reject products to moderate content on our website, and more specifically, we want to:

  • preview products images,

  • bulk Approve/Reject products.

How it works

Smart View definition

Learn more about Smart Views.

File template.hbs

This file contains the HTML and CSS needed to build the view.

Last updated