Add drupal/config_ignore, ignore block config
This commit is contained in:
parent
7a5c647352
commit
6c519a7580
23 changed files with 139 additions and 421 deletions
132
composer.lock
generated
132
composer.lock
generated
|
@ -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": "e7ad5371f667de7abca35f6df8f9c752",
|
||||
"content-hash": "62e6320a4cda0cebc0ed9be529c173ca",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -1635,6 +1635,136 @@
|
|||
"issues": "https://www.drupal.org/project/issues/admin_toolbar"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/config_filter",
|
||||
"version": "1.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/config_filter.git",
|
||||
"reference": "8.x-1.5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.5.zip",
|
||||
"reference": "8.x-1.5",
|
||||
"shasum": "81210684c378dab856b3c2bce5eeaa58992d2efc"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9"
|
||||
},
|
||||
"suggest": {
|
||||
"drupal/config_split": "Split site configuration for different environments."
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.5",
|
||||
"datestamp": "1572542288",
|
||||
"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": "Fabian Bircher",
|
||||
"homepage": "https://www.drupal.org/u/bircher",
|
||||
"email": "opensource@fabianbircher.com",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Nuvole Web",
|
||||
"homepage": "http://nuvole.org",
|
||||
"email": "info@nuvole.org",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "pescetti",
|
||||
"homepage": "https://www.drupal.org/user/436244"
|
||||
}
|
||||
],
|
||||
"description": "Config Filter allows other modules to interact with a ConfigStorage through filter plugins.",
|
||||
"homepage": "https://www.drupal.org/project/config_filter",
|
||||
"keywords": [
|
||||
"Drupal",
|
||||
"configuration",
|
||||
"configuration management"
|
||||
],
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/config_filter",
|
||||
"issues": "https://www.drupal.org/project/issues/config_filter",
|
||||
"irc": "irc://irc.freenode.org/drupal-contribute"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/config_ignore",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/config_ignore.git",
|
||||
"reference": "8.x-2.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.2.zip",
|
||||
"reference": "8.x-2.2",
|
||||
"shasum": "18af5772087b90dd4b83c2c6e292d8ea2f8834e0"
|
||||
},
|
||||
"require": {
|
||||
"drupal/config_filter": "1.*",
|
||||
"drupal/core": "~8.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-2.x": "2.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-2.2",
|
||||
"datestamp": "1576528386",
|
||||
"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": "Tommy Lynge Jørgensen",
|
||||
"homepage": "https://www.drupal.org/u/tlyngej",
|
||||
"email": "tlyngej@gmail.com",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Fabian Bircher",
|
||||
"homepage": "https://www.drupal.org/u/bircher",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "tlyngej",
|
||||
"homepage": "https://www.drupal.org/user/413139"
|
||||
}
|
||||
],
|
||||
"description": "Ignore certain configuration during import.",
|
||||
"homepage": "http://drupal.org/project/config_ignore",
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/config_ignore",
|
||||
"issues": "http://drupal.org/project/config_ignore",
|
||||
"irc": "irc://irc.freenode.org/drupal-contribute"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/core",
|
||||
"version": "8.8.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue