From ef27e9792b7c88b46f076e7720da3881f05d6fbd Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 16 Jul 2025 21:57:49 +0200 Subject: [PATCH] config_enforce bug --- composer.json | 1 + composer.lock | 86 +++++++++++++++++++++++++++- config/sync/block_class.settings.yml | 1 + config/sync/core.extension.yml | 1 + 4 files changed, 88 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5a64e6b..ae1d2d9 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 7a1e041..08f4423 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": "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", diff --git a/config/sync/block_class.settings.yml b/config/sync/block_class.settings.yml index 2b07605..92d761f 100644 --- a/config/sync/block_class.settings.yml +++ b/config/sync/block_class.settings.yml @@ -1,3 +1,4 @@ +langcode: fr maxlength_block_class_field: 255 field_type: multiple_textfields default_case: standard diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index dfa491a..46e8278 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -144,6 +144,7 @@ module: views: 10 paragraphs: 11 linked_field: 100 + config_enforce: 1000 figli_starter_kit: 1000 theme: seven: 0