govcore/govcore_workflow 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

govcore/govcore_workflow

最新稳定版本:4.0.0

Composer 安装命令:

composer require govcore/govcore_workflow

包简介

Tools to improve your content workflow.

README 文档

README

GovCore Workflow includes tools for building organization-specific content workflows using the Workflows and Content Moderation modules in Drupal 8 core. Out of the box, it gives you the ability to manage content in one of four workflow states (draft, needs review, published, and archived). You can create as many additional states as you like and define transitions between them. It's also possible to schedule content to be transitioned between states at a specific future date and time.

Components

GovCore Workflow's components are not enabled by default. You can install them like any other Drupal modules.

GovCore Scheduler (govcore_scheduler)

Provides the ability to schedule workflow state transitions to take place automatically at a future date and time.

Installation

This component can only be installed using Composer. To add it to your Drupal code base:

composer config repositories.drupal composer https://packages.drupal.org/8
composer require govcore/govcore_workflow

Updates

GovCore Workflow and its components use the normal Drupal database update system as often as possible. However, there are occasionally certain updates which touch configuration and may change the functionality of your site. These updates are optional, and are performed by a special utility at the command line. This utility is compatible with both Drupal Console and Drush 9 or later.

To run updates using Drush 9:

drush update:govcore

With Drupal Console:

drupal update:govcore

Known Issues

None yet.

统计信息

  • 总下载量: 4.2k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2022-06-03