From da7593da9492ca6a2b15e40501d4bbdca0c74812 Mon Sep 17 00:00:00 2001 From: naomi Date: Sun, 3 Apr 2022 18:52:22 +0100 Subject: [PATCH] added hide_revision_field module --- composer.json | 1 + composer.lock | 46 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ae1c940..f42ed6b 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,7 @@ "drupal/entity_extra_field": "^2.0@alpha", "drupal/entity_reference_revisions": "^1.9", "drupal/facets": "^2.0", + "drupal/hide_revision_field": "^2.2", "drupal/password_strength": "^2.0@beta", "drupal/restui": "^1.20", "drupal/route_condition": "^2.0", diff --git a/composer.lock b/composer.lock index d790cad..bbfdbda 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "4f7932d19fab24ae940c83c845b1e821", + "content-hash": "0a8bb516bfae1eb37a84d5e78f504281", "packages": [ { "name": "asm89/stack-cors", @@ -2960,6 +2960,50 @@ "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", "version": "1.4.0",