added hide_revision_field module
This commit is contained in:
parent
713e8ff4dd
commit
da7593da94
@ -34,6 +34,7 @@
|
|||||||
"drupal/entity_extra_field": "^2.0@alpha",
|
"drupal/entity_extra_field": "^2.0@alpha",
|
||||||
"drupal/entity_reference_revisions": "^1.9",
|
"drupal/entity_reference_revisions": "^1.9",
|
||||||
"drupal/facets": "^2.0",
|
"drupal/facets": "^2.0",
|
||||||
|
"drupal/hide_revision_field": "^2.2",
|
||||||
"drupal/password_strength": "^2.0@beta",
|
"drupal/password_strength": "^2.0@beta",
|
||||||
"drupal/restui": "^1.20",
|
"drupal/restui": "^1.20",
|
||||||
"drupal/route_condition": "^2.0",
|
"drupal/route_condition": "^2.0",
|
||||||
|
46
composer.lock
generated
46
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "4f7932d19fab24ae940c83c845b1e821",
|
"content-hash": "0a8bb516bfae1eb37a84d5e78f504281",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
@ -2960,6 +2960,50 @@
|
|||||||
"irc": "irc://irc.freenode.org/drupal-search-api"
|
"irc": "irc://irc.freenode.org/drupal-search-api"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/hide_revision_field",
|
||||||
|
"version": "2.2.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/hide_revision_field.git",
|
||||||
|
"reference": "8.x-2.2"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/hide_revision_field-8.x-2.2.zip",
|
||||||
|
"reference": "8.x-2.2",
|
||||||
|
"shasum": "fd26577c66b6105e2a7cb1df16b2270cf21dfc04"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8 || ^9"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-2.2",
|
||||||
|
"datestamp": "1606459114",
|
||||||
|
"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": "NickDickinsonWilde",
|
||||||
|
"homepage": "https://www.drupal.org/user/3094661"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Controls visibility of the revision field on content add/edit forms.",
|
||||||
|
"homepage": "https://www.drupal.org/project/hide_revision_field",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/hide_revision_field"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/jquery_ui",
|
"name": "drupal/jquery_ui",
|
||||||
"version": "1.4.0",
|
"version": "1.4.0",
|
||||||
|
Reference in New Issue
Block a user