Create a custom moderation view
Last updated
Last updated
This is the official documentation of the forestadmin/laravel-forestadmin
v2+ and forestadmin/symfony-forestadmin
PHP agents.
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.
Learn more about Smart Views.
File template.hbs
This file contains the HTML and CSS needed to build the view.