govcore / govcore_workflow
提高内容工作流程的工具。
4.0.0
2023-03-22 06:46 UTC
Requires
Requires (Dev)
- drupal/autosave_form: ^1.2
- drupal/ctools: ^3.6
- drupal/diff: ^1
- drupal/inline_entity_form: ^1
- drupal/moderation_dashboard: ^1
- drupal/moderation_sidebar: ^1.2
- drupal/quickedit: ^1
Suggests
- drupal/autosave_form: Provides an autosave feature for all forms, including entity forms.
- drupal/conflict: Provides a UI to resolve conflicts when an entity is edited by two people at the same time.
- drupal/diff: Adds a tab displaying all added/changed/deleted words between revisions.
- drupal/moderation_dashboard: Provides a per-user dashboard for managing moderated content.
- drupal/moderation_sidebar: Provides an off-canvas menu to moderate the current entity.
Conflicts
- drupal/autosave_form: <1.2
- drupal/moderation_sidebar: <1.2
README
GovCore Workflow 包含使用 Drupal 8 核心中的 Workflows 和 Content Moderation 模块构建组织特定内容工作流程的工具。开箱即用,它为您提供了管理内容在四个工作流程状态(草案、需要审核、发布和存档)之一的能力。您可以创建尽可能多的附加状态,并定义它们之间的转换。还可以安排在未来的特定日期和时间将内容在状态之间转换。
组件
GovCore Workflow 的组件默认不启用。您可以使用与安装其他 Drupal 模块相同的方式安装它们。
GovCore Scheduler (govcore_scheduler
)
提供在未来的日期和时间自动执行工作流程状态转换的能力。
安装
此组件只能使用 Composer 安装。要将它添加到您的 Drupal 代码库
composer config repositories.drupal composer https://packages.drupal.org/8
composer require govcore/govcore_workflow
更新
GovCore Workflow 及其组件尽可能使用正常的 Drupal 数据库更新系统。然而,偶尔会有一些更新会触及配置并可能改变您网站的功能。这些更新是可选的,并由命令行中的特殊工具执行。此工具与 Drupal Console 和 Drush 9 或更高版本兼容。
使用 Drush 9 运行更新
drush update:govcore
使用 Drupal Console
drupal update:govcore
已知问题
目前还没有。