putyourlightson/craft-sift-workflow

Adds custom review processes to the Workflow plugin for specific categories.

Maintainers

👁 putyourlightson

Package info

github.com/putyourlightson/craft-sift-workflow

Type:craft-plugin

pkg:composer/putyourlightson/craft-sift-workflow

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.3 2020-05-22 06:05 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

mit 9a38ea88406c1548678db4023e3803a933225e4c

This package is auto-updated.

Last update: 2026-06-22 19:22:37 UTC


README

Adds custom review processes to the Workflow plugin for specific categories.

Requirements

Craft CMS 3.4.0 or later and Workflow 1.5.0 or later.

Installation

Install the plugin using composer.

composer require putyourlightson/craft-sift-workflow

Configuration

Copy the src/config.php config file to craft/config as sift-workflow.php and add a category group ID.

return [
 '*' => [
 /**
 * The category group ID to use for custom review processes
 */
 'categoryGroupId' => 1,

 /**
 * The categories field handle to sift by
 */
 'categoriesFieldHandle' => 'userCategories',
 ],
];

License

This plugin is licensed for free under the MIT License.

Created by PutYourLightsOn.