putyourlightson/craft-sift-workflow
Composer 安装命令:
composer require putyourlightson/craft-sift-workflow
包简介
Adds custom review processes to the Workflow plugin for specific categories.
README 文档
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.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2020-05-05