PHP code example of putyourlightson / craft-sift-workflow
1. Go to this page and download the library: Download putyourlightson/craft-sift-workflow library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
putyourlightson / craft-sift-workflow example snippets
return [
'*' => [
/**
* The category group ID to use for custom review processes
*/
'categoryGroupId' => 1,
/**
* The categories field handle to sift by
*/
'categoriesFieldHandle' => 'userCategories',
],
];