added content_sync module and exported home node

This commit is contained in:
2020-11-04 15:08:52 +01:00
parent bf88f2ed20
commit 798a4c3929
28 changed files with 3726 additions and 1186 deletions

74
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": "3bd90a32d10079b637960a7d5dc1d5f2",
"content-hash": "f4c33a139bde57ec6c94729bbb6b8824",
"packages": [
{
"name": "alchemy/zippy",
@@ -5052,6 +5052,74 @@
"source": "https://git.drupalcode.org/project/content_lock"
}
},
{
"name": "drupal/content_sync",
"version": "dev-2.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/content_sync.git",
"reference": "5164f8a88149eea74e92808884dd9d04335d6d40"
},
"require": {
"drupal/core": "^8.6.10"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
},
"drupal": {
"version": "8.x-2.1+65-dev",
"datestamp": "1589227643",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Blanca.Esqueda",
"homepage": "https://www.drupal.org/u/blancaesqueda",
"role": "Maintainer"
},
{
"name": "David Gil Hidalgo",
"homepage": "https://www.drupal.org/u/dabito",
"role": "Maintainer"
},
{
"name": "David Nova",
"homepage": "https://www.drupal.org/u/david4lim",
"role": "Maintainer"
},
{
"name": "Andrés Moncada",
"homepage": "https://www.drupal.org/u/acmoncadab4",
"role": "Contributor"
},
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/2865869/committers"
}
],
"description": "Content Sync functionality.",
"homepage": "http://drupal.org/project/content_sync",
"support": {
"source": "https://git.drupalcode.org/project/content_sync",
"issues": "http://drupal.org/project/content_sync"
},
"time": "2020-05-11T20:06:32+00:00"
},
{
"name": "drupal/context",
"version": "4.0.0-beta5",
@@ -5375,7 +5443,8 @@
}
},
"patches_applied": {
"migrate_drupal getsetting on null": "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch"
"migrate_drupal getsetting on null": "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
"https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-07-05/2943172-kernel-test-base-3.patch"
}
},
"autoload": {
@@ -16938,6 +17007,7 @@
"drupal/commerce_recurring": 20,
"drupal/commerce_variation_cart_form": 20,
"drupal/computed_field": 10,
"drupal/content_sync": 20,
"drupal/genpass": 20,
"drupal/image_delta_formatter": 20,
"drupal/jsonrpc": 20,