Install workflows and cer and configure workflows.
parent
d4e049a2e3
commit
a790e569af
|
@ -25,7 +25,6 @@
|
|||
"drupal/gin_toolbar": "^1.0@RC",
|
||||
"drupal/jsonapi_menu_items": "^1.2",
|
||||
"drupal/single_content_sync": "^1.3",
|
||||
"drupal/workflow": "^1.7",
|
||||
"drupal/yaml_content": "^1.0@dev",
|
||||
"drush/drush": "^11.4"
|
||||
},
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "27888ac19af688adaf5d16ac2f4286a1",
|
||||
"content-hash": "f739ff77797412cd5de7292408a1d098",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -1838,82 +1838,6 @@
|
|||
"issues": "https://drupal.org/project/issues/single_content_sync"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/workflow",
|
||||
"version": "1.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/workflow.git",
|
||||
"reference": "8.x-1.7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/workflow-8.x-1.7.zip",
|
||||
"reference": "8.x-1.7",
|
||||
"shasum": "f20b6f0273cd98ae3f6b25ea25b6159fa6345e89"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.8 || ^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.7",
|
||||
"datestamp": "1680019726",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Bastlynn",
|
||||
"homepage": "https://www.drupal.org/user/275249"
|
||||
},
|
||||
{
|
||||
"name": "eaton",
|
||||
"homepage": "https://www.drupal.org/user/16496"
|
||||
},
|
||||
{
|
||||
"name": "Heine",
|
||||
"homepage": "https://www.drupal.org/user/17943"
|
||||
},
|
||||
{
|
||||
"name": "JacobSingh",
|
||||
"homepage": "https://www.drupal.org/user/68912"
|
||||
},
|
||||
{
|
||||
"name": "johnv",
|
||||
"homepage": "https://www.drupal.org/user/591042"
|
||||
},
|
||||
{
|
||||
"name": "jvandyk",
|
||||
"homepage": "https://www.drupal.org/user/2375"
|
||||
},
|
||||
{
|
||||
"name": "mfredrickson",
|
||||
"homepage": "https://www.drupal.org/user/31994"
|
||||
},
|
||||
{
|
||||
"name": "NancyDru",
|
||||
"homepage": "https://www.drupal.org/user/101412"
|
||||
},
|
||||
{
|
||||
"name": "q0rban",
|
||||
"homepage": "https://www.drupal.org/user/31022"
|
||||
}
|
||||
],
|
||||
"description": "Defines a field type with Workflows, containing customizable state transitions.",
|
||||
"homepage": "https://www.drupal.org/project/workflow",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/workflow"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/yaml_content",
|
||||
"version": "dev-1.x",
|
||||
|
@ -6394,6 +6318,7 @@
|
|||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"drupal/cer": 10,
|
||||
"drupal/gin": 5,
|
||||
"drupal/gin_toolbar": 5,
|
||||
"drupal/yaml_content": 20
|
||||
|
|
Loading…
Reference in New Issue