From 1fdb217d5a8c928fb22f7dc78881611040d8a6e9 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 31 Jan 2024 19:14:21 +0100 Subject: [PATCH] updated major version better_login & block_class --- composer.json | 2 ++ composer.lock | 35 ++++++++++++++-------------- config/sync/block_class.settings.yml | 14 +++++++++++ web/profiles/d8-starterkit-profile | 2 +- 4 files changed, 34 insertions(+), 19 deletions(-) create mode 100644 config/sync/block_class.settings.yml diff --git a/composer.json b/composer.json index 5764bad3..44cf0084 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,8 @@ "drupal/address": "1.x-dev@dev", "drupal/administerusersbyrole": "3.x-dev@dev", "drupal/better_exposed_filters": "^6", + "drupal/betterlogin": "^2.0", + "drupal/block_class": "^2.0", "drupal/ckeditor_iframe": "^2.1", "drupal/config_ignore": "^2.3", "drupal/core-composer-scaffold": "^9.3", diff --git a/composer.lock b/composer.lock index 4131330c..baa51371 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": "19ef6857e87d9209133569bf19aab08e", + "content-hash": "e7527c743cd5a60414d4ac49d5e2a779", "packages": [ { "name": "ajgl/breakpoint-twig-extension", @@ -2931,26 +2931,26 @@ }, { "name": "drupal/betterlogin", - "version": "1.6.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/betterlogin.git", - "reference": "8.x-1.6" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/betterlogin-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "999e31056c47523c3491dc9c35e04088fc94fc50" + "url": "https://ftp.drupal.org/files/projects/betterlogin-2.0.1.zip", + "reference": "2.0.1", + "shasum": "924a64c5ce41d37194dfa6fa07bc4969a76ae372" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.0 || ^10.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1631893210", + "version": "2.0.1", + "datestamp": "1706623422", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2979,26 +2979,26 @@ }, { "name": "drupal/block_class", - "version": "1.3.0", + "version": "2.0.11", "source": { "type": "git", "url": "https://git.drupalcode.org/project/block_class.git", - "reference": "8.x-1.3" + "reference": "2.0.11" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "29cfdb646ef83210f0eced30b38243339158fe3f" + "url": "https://ftp.drupal.org/files/projects/block_class-2.0.11.zip", + "reference": "2.0.11", + "shasum": "bd098ef0071b5baca1248c0deaa9bbedc0ddcaf4" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1615217722", + "version": "2.0.11", + "datestamp": "1672065313", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3018,7 +3018,6 @@ { "name": "Renato Gonçalves (RenatoG)", "homepage": "https://www.drupal.org/u/RenatoG", - "email": "renatog@ciandt.com", "role": "Maintainer" }, { diff --git a/config/sync/block_class.settings.yml b/config/sync/block_class.settings.yml new file mode 100644 index 00000000..01994729 --- /dev/null +++ b/config/sync/block_class.settings.yml @@ -0,0 +1,14 @@ +maxlength_block_class_field: 255 +field_type: multiple_textfields +default_case: standard +allow_only_letters_and_numbers: false +enable_attributes: true +enable_auto_complete: true +qty_classes_per_block: 10 +items_per_page: 50 +enable_special_chars: true +qty_attributes_per_block: 10 +enable_id_replacement: true +weight_attributes: null +weight_class: null +weight_id: null diff --git a/web/profiles/d8-starterkit-profile b/web/profiles/d8-starterkit-profile index 56e96bd2..dfd8c15c 160000 --- a/web/profiles/d8-starterkit-profile +++ b/web/profiles/d8-starterkit-profile @@ -1 +1 @@ -Subproject commit 56e96bd26eda48f2a9fb66e604b619314752086b +Subproject commit dfd8c15c3363e7fe4089138ba1c48984fe13c5af