added actu, event, ressource cloning

This commit is contained in:
2025-10-29 12:31:33 +01:00
parent 887cbe072f
commit 2e8dfb0fc2
8 changed files with 167 additions and 1 deletions

47
composer.lock generated
View File

@@ -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": "76f1350c631422f5f45908657d7fb237",
"content-hash": "61471c0fe7c13a9df3a152d3f97e9794",
"packages": [
{
"name": "ajgl/breakpoint-twig-extension",
@@ -3204,6 +3204,51 @@
"source": "https://git.drupalcode.org/project/config_update"
}
},
{
"name": "drupal/content_entity_clone",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/content_entity_clone.git",
"reference": "1.1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/content_entity_clone-1.1.0.zip",
"reference": "1.1.0",
"shasum": "262bc1b15c282f2d1167389eceba3235ee837347"
},
"require": {
"drupal/core": "^9 || ^10 || ^11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.1.0",
"datestamp": "1738654627",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "orakili",
"homepage": "https://www.drupal.org/u/orakili"
}
],
"description": "Provides cloning of content entity types.",
"homepage": "https://www.drupal.org/project/content_entity_clone",
"support": {
"source": "https://git.drupal.org/project/content_entity_clone.git",
"issues": "https://www.drupal.org/project/issues/content_entity_clone"
}
},
{
"name": "drupal/content_lock",
"version": "2.4.0",