config_enforce bug
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
"drupal/address": "^1.10",
|
||||
"drupal/administerusersbyrole": "^3.0",
|
||||
"drupal/computed_token_field": "^1.0@beta",
|
||||
"drupal/config_enforce": "^1.0",
|
||||
"drupal/config_pages": "2.x-dev@dev",
|
||||
"drupal/core-composer-scaffold": "^9.2",
|
||||
"drupal/core-project-message": "^9.2",
|
||||
|
||||
Generated
+85
-1
@@ -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": "9752ed50c6b65ae82a489ea6c594947f",
|
||||
"content-hash": "a10aaa5d2382abcd7d9ec4fbd0918761",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
@@ -3190,6 +3190,90 @@
|
||||
"source": "https://git.drupalcode.org/project/config_devel"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/config_enforce",
|
||||
"version": "1.0.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/config_enforce.git",
|
||||
"reference": "1.0.7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/config_enforce-1.0.7.zip",
|
||||
"reference": "1.0.7",
|
||||
"shasum": "f90a52c7ce804d45a0c5082925987b730ec0757a"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9 || ^10",
|
||||
"php": "^7.4 || ^8"
|
||||
},
|
||||
"suggest": {
|
||||
"drush/drush": "Allows for running enforce commands via the CLI"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "1.0.7",
|
||||
"datestamp": "1723136457",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^11"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPLv3 or later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Christopher Gervais",
|
||||
"homepage": "https://www.drupal.org/user/1131532",
|
||||
"email": "chris@ergonlogic.com"
|
||||
},
|
||||
{
|
||||
"name": "Dan Friedman",
|
||||
"homepage": "https://www.drupal.org/user/58704",
|
||||
"email": "dan@consensus.enterprises"
|
||||
},
|
||||
{
|
||||
"name": "Derek Laventure",
|
||||
"homepage": "https://www.drupal.org/user/368613",
|
||||
"email": "derek@consensus.enterprises"
|
||||
},
|
||||
{
|
||||
"name": "Matei Stanca",
|
||||
"homepage": "https://ambientimpact.com"
|
||||
},
|
||||
{
|
||||
"name": "M Parker",
|
||||
"homepage": "https://www.drupal.org/u/mparker17"
|
||||
},
|
||||
{
|
||||
"name": "Serena Zhu",
|
||||
"homepage": "https://www.drupal.org/u/szhu"
|
||||
},
|
||||
{
|
||||
"name": "spiderman",
|
||||
"homepage": "https://www.drupal.org/user/1631"
|
||||
},
|
||||
{
|
||||
"name": "szhu",
|
||||
"homepage": "https://www.drupal.org/user/3525295"
|
||||
}
|
||||
],
|
||||
"description": "This experimental project seeks to make Drupal better-suited to SaaS application development by allowing some configuration to be treated as read-only.",
|
||||
"homepage": "https://www.drupal.org/project/config_enforce",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/config_enforce"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/config_filter",
|
||||
"version": "2.7.0",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
langcode: fr
|
||||
maxlength_block_class_field: 255
|
||||
field_type: multiple_textfields
|
||||
default_case: standard
|
||||
|
||||
@@ -144,6 +144,7 @@ module:
|
||||
views: 10
|
||||
paragraphs: 11
|
||||
linked_field: 100
|
||||
config_enforce: 1000
|
||||
figli_starter_kit: 1000
|
||||
theme:
|
||||
seven: 0
|
||||
|
||||
Reference in New Issue
Block a user