From b79ec1122cd9edb255de4290d3b32e58299db9d1 Mon Sep 17 00:00:00 2001 From: Oleksandr Horbatiuk Date: Sat, 4 Jan 2025 23:05:58 +0200 Subject: [PATCH 1/2] Issue #335: Change version --- composer.json | 4 ++-- d8.info.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ad729d56..8c9ebdef 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ "drupal/bootstrap": "3.32", "drupal/captcha": "2.0.6", "drupal/config_update": "2.0.0-alpha4", - "drupal/core": "10.3.6", - "drupal/core-composer-scaffold": "10.3.6", + "drupal/core": "10.4.0", + "drupal/core-composer-scaffold": "10.4.0", "drupal/exception_mailer": "4.0.0", "drupal/extlink": "2.0.2", "drupal/features": "3.14", diff --git a/d8.info.yml b/d8.info.yml index 58fd9df6..26bdbc89 100644 --- a/d8.info.yml +++ b/d8.info.yml @@ -3,7 +3,7 @@ description: The installation profile for CMS Drupal 10 based on the most common type: profile core_version_requirement: ^10.3 -version: 0.21.0.190 +version: 0.21.0.191 php: 8.3 From f6d7fb3ee0ba77a7a3c219a3a34929d33b2fe4ae Mon Sep 17 00:00:00 2001 From: Oleksandr Horbatiuk Date: Sun, 5 Jan 2025 00:01:06 +0200 Subject: [PATCH 2/2] Issue #335: Create a help block --- d8.info.yml | 2 +- .../config/install/block.block.seven_help.yml | 25 +++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 modules/features/d8_seven/config/install/block.block.seven_help.yml diff --git a/d8.info.yml b/d8.info.yml index 26bdbc89..77540648 100644 --- a/d8.info.yml +++ b/d8.info.yml @@ -3,7 +3,7 @@ description: The installation profile for CMS Drupal 10 based on the most common type: profile core_version_requirement: ^10.3 -version: 0.21.0.191 +version: 0.21.1.191 php: 8.3 diff --git a/modules/features/d8_seven/config/install/block.block.seven_help.yml b/modules/features/d8_seven/config/install/block.block.seven_help.yml new file mode 100644 index 00000000..9fa63560 --- /dev/null +++ b/modules/features/d8_seven/config/install/block.block.seven_help.yml @@ -0,0 +1,25 @@ +langcode: en +status: true +dependencies: + module: + - help + - system + theme: + - seven +id: seven_help +theme: seven +region: help +weight: 0 +provider: null +plugin: help_block +settings: + id: help_block + label: Help + label_display: '0' + provider: help +visibility: + response_status: + id: response_status + negate: false + status_codes: + - 200